From 5f3311cae20b29d53d04701d066163ff63f529f3 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Aug 2013 10:22:26 +0000 Subject: Allow only the PHP version itself, otherwise the multi-version logic will trigger with failing distinfo entries. --- lang/php53/Makefile | 4 +++- lang/php54/Makefile | 4 +++- lang/php55/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3