Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 21:29:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455544 - head/devel/shiboken
Message-ID:  <201712042129.vB4LT8HY009669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042129.vB4LT8HY009669>