summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Xerces
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-28 06:05:31 +0000
committerjlam <jlam>2004-08-28 06:05:31 +0000
commitaf206def0ac6356f5efca10bfa6dd094f531d52d (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /textproc/p5-XML-Xerces
parent3afd5062de93e84692e1981a06dd699bb46e4fcb (diff)
downloadpkgsrc-af206def0ac6356f5efca10bfa6dd094f531d52d.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/Makefile4
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"