Date: Wed, 3 Jul 2013 18:54:26 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322246 - head/textproc/py-libxml2 Message-ID: <201307031854.r63IsQYw075946@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031854.r63IsQYw075946>