View | Details | Raw Unified | Return to bug 69624
Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 58-63 Link Here
58
58
59
.include <bsd.port.pre.mk>
59
.include <bsd.port.pre.mk>
60
60
61
##
62
## Sanity check; -C flag for make(1) was added in 4.8, but was not
63
## fully fixed until shortly before 4.9-RELEASE.  We need -C !
64
##
65
.if ${OSVERSION} < 490000
66
BROKEN=	Please upgrade to FreeBSD 4.9-RELEASE or higher \(see PR bin/50981\).
67
.endif
68
61
.if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2)
69
.if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2)
62
APACHE_PORT=	www/apache2
70
APACHE_PORT=	www/apache2
63
PLIST_SUB+=	MODULEDIR="libexec/apache2/"
71
PLIST_SUB+=	MODULEDIR="libexec/apache2/"

Return to bug 69624