diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-02 18:32:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-02 18:32:09 +0000 |
commit | e2fd5b3295c074adf7e60cbcbbd1b18ce9ebda48 (patch) | |
tree | d43fea5a03e1dc7ece580befa84597c9f803513e /textproc/pyxml | |
parent | ba81d6296d6420811f177bfab9cdab257a624e41 (diff) | |
download | pkgsrc-e2fd5b3295c074adf7e60cbcbbd1b18ce9ebda48.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/pyxml')
-rw-r--r-- | textproc/pyxml/Makefile | 3 |
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 |