[Midnightbsd-cvs] mports [21852] trunk/textproc/py-libxml2/Makefile: try to force python version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 22 19:32:38 EDT 2016
Revision: 21852
http://svnweb.midnightbsd.org/mports/?rev=21852
Author: laffer1
Date: 2016-08-22 19:32:38 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
try to force python version
Modified Paths:
--------------
trunk/textproc/py-libxml2/Makefile
Modified: trunk/textproc/py-libxml2/Makefile
===================================================================
--- trunk/textproc/py-libxml2/Makefile 2016-08-22 23:28:34 UTC (rev 21851)
+++ trunk/textproc/py-libxml2/Makefile 2016-08-22 23:32:38 UTC (rev 21852)
@@ -16,6 +16,7 @@
USES+= python:2
USE_PYTHON= autoplist distutils
+PYTHON_VERSION= python2.7
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \
More information about the Midnightbsd-cvs
mailing list