summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/php53/Makefile4
-rw-r--r--lang/php54/Makefile4
-rw-r--r--lang/php55/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 7fab3b80087..e7538659a4e 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/07/29 16:19:24 taca Exp $
+# $NetBSD: Makefile,v 1.42 2013/08/13 10:22:26 joerg 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 e54046415c2..7d27114a9e1 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/07/29 16:22:38 taca Exp $
+# $NetBSD: Makefile,v 1.12 2013/08/13 10:22:26 joerg 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= 54
+
.include "Makefile.php"
CGIDIR= ${PREFIX}/libexec/cgi-bin
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index d34080b0492..240f3b8061f 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/07/29 16:41:02 taca Exp $
+# $NetBSD: Makefile,v 1.2 2013/08/13 10:22:26 joerg Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -16,6 +16,8 @@ USE_TOOLS+= gmake lex pkg-config
LIBTOOL_OVERRIDE= # empty
PHP_CHECK_INSTALLED= Yes
+PHP_VERSIONS_ACCEPTED= 55
+
.include "Makefile.php"
CGIDIR= ${PREFIX}/libexec/cgi-bin