summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-13 10:22:26 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-13 10:22:26 +0000
commitc7684ebfca4d76566aa631da162a7f0596bae2ab (patch)
tree500c81f95ca4c378ca5d0c9bdf5781550f15b0e0
parenta68a3465d40d421cbbcc5d9525127388edc47a81 (diff)
downloadpkgsrc-c7684ebfca4d76566aa631da162a7f0596bae2ab.tar.gz
Allow only the PHP version itself, otherwise the multi-version logic
will trigger with failing distinfo entries.
-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