diff options
author | obache <obache> | 2011-10-17 11:50:05 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-17 11:50:05 +0000 |
commit | 09458e39765b527318cdd665639f2febe609bdbd (patch) | |
tree | 193f4ea020ff881262a66394f7187f339542beef /lang/php5-perl | |
parent | 91f56fbda10578d6fa48e13bc9aef7dd8d9369fd (diff) | |
download | pkgsrc-09458e39765b527318cdd665639f2febe609bdbd.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" |