summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/php53/Makefile4
-rw-r--r--lang/php54/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 90f5b4ace22..b37f154f708 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39.4.2 2013/08/25 16:56:44 tron Exp $
+# $NetBSD: Makefile,v 1.39.4.3 2013/08/31 16:51:50 tron Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake lex pkg-config
LIBTOOL_OVERRIDE= # empty
PHP_CHECK_INSTALLED= No
+PHP_VERSIONS_ACCEPTED?= 53
+
.include "Makefile.php"
CGIDIR= ${PREFIX}/libexec/cgi-bin
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index 7c97c2ec625..03277d4879d 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8.4.2 2013/08/25 17:26:38 tron Exp $
+# $NetBSD: Makefile,v 1.8.4.3 2013/08/31 16:51:50 tron Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -15,6 +15,8 @@ TEST_TARGET= test
USE_TOOLS+= gmake lex pkg-config
LIBTOOL_OVERRIDE= # empty
+PHP_VERSIONS_ACCEPTED= 54
+
.include "Makefile.php"
CGIDIR= ${PREFIX}/libexec/cgi-bin