diff options
author | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
commit | 7e9290b8e535f3225aa136560c7c7b15f5bb99bd (patch) | |
tree | 999b91342e316c9b622432535a8b50c5a680392f /textproc | |
parent | 8c91adf67a33dacb448a87bdb94fccb2701cebee (diff) | |
download | pkgsrc-7e9290b8e535f3225aa136560c7c7b15f5bb99bd.tar.gz |
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.
No functional change.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php5-dom/Makefile | 3 | ||||
-rw-r--r-- | textproc/php5-xsl/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile index 49d363a4874..48b8fa5b057 100644 --- a/textproc/php5-dom/Makefile +++ b/textproc/php5-dom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:51 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/03/15 16:46:00 taca Exp $ MODNAME= dom CATEGORIES+= textproc @@ -11,7 +11,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} -PHP_VERSIONS_ACCEPTED= 5 .include "../../lang/php/ext.mk" #.include "../../devel/zlib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile index b0fd335af3a..cc2f8881f63 100644 --- a/textproc/php5-xsl/Makefile +++ b/textproc/php5-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/12/23 07:08:31 taca Exp $ +# $NetBSD: Makefile,v 1.14 2010/03/15 16:46:00 taca Exp $ MODNAME= xsl CATEGORIES+= textproc @@ -17,7 +17,6 @@ DEPENDS+= php5*-dom-*:../../textproc/php5-dom EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODNAME} -PHP_VERSIONS_ACCEPTED= 5 .include "../../lang/php/ext.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |