summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-01-07 19:03:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-01-07 19:03:08 +0000
commitb0abf6c5b0d8b2cc1e356821aad93e49bd21297b (patch)
treeffa6f6dcf2d8d9b90e4bc1e0bea113c6e8a0de79
parentdevel/cpptest: follow up clean for r489605 (diff)
Fix build with DEFAULT_VERSIONS=python=3.x
Notes
Notes: svn path=/head/; revision=489607
-rw-r--r--emulators/swine/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile
index 029fd3ff5a0b..eaa7d66b166e 100644
--- a/emulators/swine/Makefile
+++ b/emulators/swine/Makefile
@@ -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