summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordrochner <drochner>2002-12-02 18:32:09 +0000
committerdrochner <drochner>2002-12-02 18:32:09 +0000
commit63051f192483f375f892fe7a44bc2878bea24e87 (patch)
treed43fea5a03e1dc7ece580befa84597c9f803513e /textproc
parente05bd05399cbbb9f8f26042f1a1b464de0156c21 (diff)
downloadpkgsrc-63051f192483f375f892fe7a44bc2878bea24e87.tar.gz
explicitely require expat>=1.95.5 (this is the version which is bundled
with pyxml, but not used by the pkg) should solve PR pkg/19219 by Marko Schuetz
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pyxml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile
index 906b140532c..abc7559c336 100644
--- a/textproc/pyxml/Makefile
+++ b/textproc/pyxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/10/09 19:31:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2002/12/02 18:32:09 drochner Exp $
#
DISTNAME= PyXML-0.8.1
@@ -15,6 +15,7 @@ USE_BUILDLINK2= yes
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+BUILDLINK_DEPENDS.expat= expat>=1.95.5
PYSETUPBUILDARGS+= --with-libexpat=${BUILDLINK_DIR}
PYSETUPBUILDARGS+= --ldflags=-Wl,-R${BUILDLINK_PREFIX.expat}/lib