1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

libxml does not build with python 3 so don't claim it does

Approved by:	gnome (kwm)
This commit is contained in:
Eitan Adler 2013-07-03 18:54:25 +00:00
parent 3de5e4dc76
commit 8e8d5ecce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322246

View File

@ -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} \