summaryrefslogtreecommitdiff
path: root/lang/php5-perl/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-10-17 11:50:05 +0000
committerobache <obache>2011-10-17 11:50:05 +0000
commit7afff888fb238e109cf1169f2ef6c26007e3cf00 (patch)
tree193f4ea020ff881262a66394f7187f339542beef /lang/php5-perl/Makefile
parentbb20f01313cad7ff83018a2fd0a7e564fe28a9f8 (diff)
downloadpkgsrc-7afff888fb238e109cf1169f2ef6c26007e3cf00.tar.gz
Use PHP_VERSIONS_ACCEPTED instead of PHP_VERSION_REQD to match PBULK_MULTI_LIST.
Diffstat (limited to 'lang/php5-perl/Makefile')
-rw-r--r--lang/php5-perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile
index d1992a6f625..3b2e36d8e5f 100644
--- a/lang/php5-perl/Makefile
+++ b/lang/php5-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/10/16 12:17:44 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/17 11:50:05 obache Exp $
MODNAME= perl
PKGMODNAME= perl
@@ -11,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-perl=${PREFIX}
-PHP_VERSION_REQD= 52
+PHP_VERSIONS_ACCEPTED= 52
.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/php/ext.mk"