diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-03 18:54:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-03 18:54:25 +0000 |
commit | 8e8d5ecce6e59bdc5d332a3d2289c2cc0b4dde6b (patch) | |
tree | 8d9279fb556d94d586c1554bc91fdedb18de0bb3 /textproc | |
parent | 3de5e4dc764f5205457188bcf3da8fd0757beb5c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
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} \ |