diff options
author | taca <taca> | 2010-03-16 11:56:22 +0000 |
---|---|---|
committer | taca <taca> | 2010-03-16 11:56:22 +0000 |
commit | 0653a0fa3227548edd7b83607dd5020b93c92453 (patch) | |
tree | 35c6ce9e6eb45e3af2a650e3cefb97d6c4e8fd20 /lang | |
parent | 66d237e57a740fa38ea075831d6cae71d5aa7f38 (diff) | |
download | pkgsrc-0653a0fa3227548edd7b83607dd5020b93c92453.tar.gz |
Restrict to php5 with PHP_VERSION_REQD.
These packages are dropped on PHP 5.3 or has build problem.
No functional change.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5-perl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile index a2874d2a2ba..9cd3341ccf9 100644 --- a/lang/php5-perl/Makefile +++ b/lang/php5-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/13 22:47:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/03/16 11:56:22 taca Exp $ MODNAME= perl PKGMODNAME= perl @@ -10,9 +10,8 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-perl=${PREFIX} -PHP_VERSIONS_ACCEPTED= 5 +PHP_VERSION_REQD= 5 .include "../../lang/perl5/buildlink3.mk" - .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" |