diff options
author | drochner <drochner> | 2002-08-29 16:11:22 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-08-29 16:11:22 +0000 |
commit | 7fc8b85194e0f7cc161f84ef30c0c4cfb1ea8ae9 (patch) | |
tree | a6974005918dca3f82a8ff12bf8ef79a2a635678 /textproc | |
parent | 508579afbad12c5644d799fd87563a8421c5bd47 (diff) | |
download | pkgsrc-7fc8b85194e0f7cc161f84ef30c0c4cfb1ea8ae9.tar.gz |
re-add LDFLAGS which got lost in last commit
Diffstat (limited to 'textproc')
-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 61593d2f60a..2cea4394884 100644 --- a/textproc/pyxml/Makefile +++ b/textproc/pyxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/08/20 12:54:21 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/29 16:11:22 drochner Exp $ # DISTNAME= PyXML-0.8 @@ -16,6 +16,7 @@ USE_BUILDLINK_ONLY= yes PYDISTUTILSPKG= yes PYBINMODULE= yes PYSETUPBUILDARGS+= --with-libexpat=${BUILDLINK_DIR} +PYSETUPBUILDARGS+= --ldflags=-Wl,-R${BUILDLINK_PREFIX.expat}/lib PYXML_SCRIPTS= scripts/xmlproc_parse \ scripts/xmlproc_val |