svn commit: r489607 - head/emulators/swine

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 19:03:09 UTC 2019


Author: antoine
Date: Mon Jan  7 19:03:08 2019
New Revision: 489607
URL: https://svnweb.freebsd.org/changeset/ports/489607

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x

Modified:
  head/emulators/swine/Makefile

Modified: head/emulators/swine/Makefile
==============================================================================
--- head/emulators/swine/Makefile	Mon Jan  7 18:57:24 2019	(r489606)
+++ head/emulators/swine/Makefile	Mon Jan  7 19:03:08 2019	(r489607)
@@ -30,6 +30,9 @@ SHEBANG_FILES=	*.py
 NO_BUILD=	yes
 USE_PYQT=	gui_run xml_build
 USE_QT=		linguist_build
+BINARY_ALIAS=	pyrcc4=pyrcc4-${PYTHON_VER} \
+		pyuic4=pyuic4-${PYTHON_VER} \
+		pylupdate4=pylupdate4-${PYTHON_VER}
 ONLY_FOR_ARCHS=	i386 amd64
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list