Allow only the PHP version itself, otherwise the multi-version logic

will trigger with failing distinfo entries.
This commit is contained in:
joerg 2013-08-13 10:22:26 +00:00
parent f2a1b0bc24
commit ce9d270850
3 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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