aboutsummaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-27 07:48:41 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-27 07:48:41 +0000
commit8420e95755aa4da015c2678ec1017c51e750f83f (patch)
tree23f0c9f8c7f177d0be4bb97b569acb6ef4ea6ad1 /www/suphp
parent91930092ba1e154c11855adb3c529935674d4fbe (diff)
downloadports-8420e95755aa4da015c2678ec1017c51e750f83f.tar.gz
ports-8420e95755aa4da015c2678ec1017c51e750f83f.zip
Notes
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index 52f4ea43b8d3..676b1e429c79 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= freebsd@jdc.parodius.com
COMMENT= A combination which provides a wrapper for PHP
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_PHP= yes
WANT_PHP_CGI= yes
USE_APACHE= yes
@@ -54,6 +55,14 @@ CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE}
.include <bsd.port.pre.mk>
+##
+## Sanity check; -C flag for make(1) was added in 4.8, but was not
+## fully fixed until shortly before 4.9-RELEASE. We need -C !
+##
+.if ${OSVERSION} < 490000
+BROKEN= Please upgrade to FreeBSD 4.9-RELEASE or higher \(see PR bin/50981\).
+.endif
+
.if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2)
APACHE_PORT= www/apache2
PLIST_SUB+= MODULEDIR="libexec/apache2/"