svn commit: r322246 - head/textproc/py-libxml2
Eitan Adler
eadler at FreeBSD.org
Wed Jul 3 18:54:26 UTC 2013
Author: eadler
Date: Wed Jul 3 18:54:25 2013
New Revision: 322246
URL: http://svnweb.freebsd.org/changeset/ports/322246
Log:
libxml does not build with python 3 so don't claim it does
Approved by: gnome (kwm)
Modified:
head/textproc/py-libxml2/Makefile
Modified: head/textproc/py-libxml2/Makefile
==============================================================================
--- head/textproc/py-libxml2/Makefile Wed Jul 3 18:43:29 2013 (r322245)
+++ head/textproc/py-libxml2/Makefile Wed Jul 3 18:54:25 2013 (r322246)
@@ -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} \
More information about the svn-ports-head
mailing list