summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-07-03 18:54:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-07-03 18:54:25 +0000
commit8e8d5ecce6e59bdc5d332a3d2289c2cc0b4dde6b (patch)
tree8d9279fb556d94d586c1554bc91fdedb18de0bb3 /textproc
parentUpdate to version 2.3 (diff)
libxml does not build with python 3 so don't claim it does
Approved by: gnome (kwm)
Notes
Notes: svn path=/head/; revision=322246
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 34bc6e394ee5..42fbf66ed23a 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
-USE_PYTHON= yes
+USE_PYTHON= -2.7
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \