diff options
author | obache <obache@pkgsrc.org> | 2011-10-17 11:50:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-17 11:50:05 +0000 |
commit | 167e59709a6b3c2e69c26889778c1680d7736d9e (patch) | |
tree | 193f4ea020ff881262a66394f7187f339542beef /lang/php5-perl | |
parent | 7857542030150107978032e2db9bef3bf759c2e2 (diff) | |
download | pkgsrc-167e59709a6b3c2e69c26889778c1680d7736d9e.tar.gz |
Use PHP_VERSIONS_ACCEPTED instead of PHP_VERSION_REQD to match PBULK_MULTI_LIST.
Diffstat (limited to 'lang/php5-perl')
-rw-r--r-- | lang/php5-perl/Makefile | 4 |
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" |