svn commit: r364605 - head/devel/streamhtmlparser

Antoine Brodin antoine at FreeBSD.org
Mon Aug 11 13:29:54 UTC 2014


Author: antoine
Date: Mon Aug 11 13:29:53 2014
New Revision: 364605
URL: http://svnweb.freebsd.org/changeset/ports/364605
QAT: https://qat.redports.org/buildarchive/r364605/

Log:
  Canonicalize old USE_PY*

Modified:
  head/devel/streamhtmlparser/Makefile

Modified: head/devel/streamhtmlparser/Makefile
==============================================================================
--- head/devel/streamhtmlparser/Makefile	Mon Aug 11 13:24:07 2014	(r364604)
+++ head/devel/streamhtmlparser/Makefile	Mon Aug 11 13:29:53 2014	(r364605)
@@ -22,7 +22,7 @@ STATIC_DESC=	Install static library
 OPTIONS_DEFAULT=STATIC
 OPTIONS_SUB=	yes
 
-PYBINDINGS_USE=	python
+PYBINDINGS_USE=	python=yes
 PYBINDINGS_CONFIGURE_ENABLE=	python
 PYBINDINGS_CFLAGS=	-I${PYTHON_INCLUDEDIR}
 


More information about the svn-ports-all mailing list