diff options
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 90f5b4ace22..b37f154f708 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39.4.2 2013/08/25 16:56:44 tron Exp $ +# $NetBSD: Makefile,v 1.39.4.3 2013/08/31 16:51:50 tron 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 |