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

(-)Makefile (-1 / +7 lines)
Lines 22-25 Link Here
22
USE_PHP=	yes
22
USE_PHP=	yes
23
USE_PHPEXT=	yes
23
USE_PHPEXT=	yes
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.pre.mk>
26
27
.if ${OSVERSION} < 500000
28
BROKEN=         "Does not compile on FreeBSD 4.x"
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 95203