summaryrefslogtreecommitdiffstats
path: root/textproc/py-libxml2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 22:52:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 22:52:06 +0800
commit7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a (patch)
tree1f81f1d26d55fb6c6afc17d246b22bb9614167dd /textproc/py-libxml2
parent3d17c8bacb0f57af458f7f2cc4fbff9597ce9200 (diff)
downloadmarcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar.gz
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar.bz2
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar.lz
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar.xz
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.tar.zst
marcuscom-ports-7a8137cf8868efb41f19ab1f56cdaa560f2a8d4a.zip
Sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18396 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r--textproc/py-libxml2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 018242cba..fa560f2d4 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -15,11 +15,10 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-USES= pathfix
-USE_GNOME= libxml2
+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} \