diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
commit | 8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /textproc/p5-XML-Xerces | |
parent | 672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff) | |
download | pkgsrc-8d572feba3c42eb07c7ebefebf9ff3a724667181.tar.gz |
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
Diffstat (limited to 'textproc/p5-XML-Xerces')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index c90aa1a8e26..c23719a802c 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/11 04:14:02 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/28 06:05:32 jlam Exp $ # DISTNAME= XML-Xerces-2.3.0-4 @@ -22,7 +22,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Xerces/.packlist MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" LANG="" # Xerces-C is built unthreaded in pkgsrc (for now). -BUILDLINK_TRANSFORM+= s:-lpthread: +BUILDLINK_TRANSFORM+= rm:-lpthread BUILDLINK_DEPENDS.xerces-c= xerces-c>=2.3.0 .include "../../textproc/xerces-c/buildlink3.mk" |