aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-04-19 16:37:11 +0800
committerkwm <kwm@FreeBSD.org>2013-04-19 16:37:11 +0800
commite8fde7888174a8b5f42a2245854820c7d94e7a27 (patch)
tree7fdf83866e081fa40226ea5809cecd25f564d9f9 /textproc
parentb2efe5b8fccf6bf23d04800457a9f97959f15b17 (diff)
downloadfreebsd-ports-gnome-e8fde7888174a8b5f42a2245854820c7d94e7a27.tar.gz
freebsd-ports-gnome-e8fde7888174a8b5f42a2245854820c7d94e7a27.tar.zst
freebsd-ports-gnome-e8fde7888174a8b5f42a2245854820c7d94e7a27.zip
Unbreak after libxml2 2.8.0_2 update.
Reported by: zeissoctopus on IRC Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index cd715806d4c4..34bc6e394ee5 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -17,7 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
USE_PYTHON= yes
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
-LDFLAGS+= `${PYTHON_VERSION}-config --libs`
+LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
--with-html-dir=${PREFIX}/share/doc \
--with-html-subdir=${PORTNAME} \