diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /textproc/php5-xsl | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r-- | textproc/php5-xsl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile index 74b2f7b039a..cf48a4075f3 100644 --- a/textproc/php5-xsl/Makefile +++ b/textproc/php5-xsl/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 21:36:08 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:41 tv Exp $ MODNAME= xsl CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP5 extension for XSLT functions -USE_BUILDLINK3= YES CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt} |