svn commit: r455544 - head/devel/shiboken

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 21:29:09 UTC 2017


Author: antoine
Date: Mon Dec  4 21:29:07 2017
New Revision: 455544
URL: https://svnweb.freebsd.org/changeset/ports/455544

Log:
  shiboken fails to configure with python3

Modified:
  head/devel/shiboken/Makefile

Modified: head/devel/shiboken/Makefile
==============================================================================
--- head/devel/shiboken/Makefile	Mon Dec  4 21:19:05 2017	(r455543)
+++ head/devel/shiboken/Makefile	Mon Dec  4 21:29:07 2017	(r455544)
@@ -22,7 +22,7 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION} \
 USE_QT4=	corelib qmake_build qtestlib moc_build network \
 		uic_build rcc_build xml xmlpatterns
 
-USES=		cmake python tar:bzip2
+USES=		cmake python:2.7 tar:bzip2
 USE_LDCONFIG=	yes
 
 ALL_TARGET=	all


More information about the svn-ports-all mailing list