summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2013-08-13 10:22:26 +0000
committerjoerg <joerg>2013-08-13 10:22:26 +0000
commit5f3311cae20b29d53d04701d066163ff63f529f3 (patch)
tree500c81f95ca4c378ca5d0c9bdf5781550f15b0e0 /lang
parent7f618253efeeeddc86903c36af421c41c3c58421 (diff)
downloadpkgsrc-5f3311cae20b29d53d04701d066163ff63f529f3.tar.gz
Allow only the PHP version itself, otherwise the multi-version logic
will trigger with failing distinfo entries.
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