diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-04 02:55:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-04 02:55:38 +0800 |
commit | 64360ac6936c32a9c28eb4486573ddd59e914821 (patch) | |
tree | 2ab1928c6639c6c8b435ed56243f153dd40be433 /textproc | |
parent | 3ffd49d09353ea45c9a42c5dd0a7a2c1aef3a2e3 (diff) | |
download | marcuscom-ports-64360ac6936c32a9c28eb4486573ddd59e914821.tar.gz marcuscom-ports-64360ac6936c32a9c28eb4486573ddd59e914821.tar.zst marcuscom-ports-64360ac6936c32a9c28eb4486573ddd59e914821.zip |
Doesn't work with python 3.
Submitted by: eadler
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18617 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index fa560f2d4..4063e5ceb 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,6 +1,6 @@ # Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/textproc/py-libxml2/Makefile 18396 2013-04-27 14:52:06Z kwm $ PORTREVISION= 0 CATEGORIES= textproc gnome python @@ -16,7 +16,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} \ |