aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-11-01 15:32:34 +0800
committerantoine <antoine@FreeBSD.org>2017-11-01 15:32:34 +0800
commitd62331614216b93592a4401fdd077c7fd082e720 (patch)
tree10a13d6ef3613c48e67e30e376d460d5f0defd05 /Mk/Uses
parent420f645679f9f7dcccde8219e228b3c2e65f82d4 (diff)
downloadfreebsd-ports-gnome-d62331614216b93592a4401fdd077c7fd082e720.tar.gz
freebsd-ports-gnome-d62331614216b93592a4401fdd077c7fd082e720.tar.zst
freebsd-ports-gnome-d62331614216b93592a4401fdd077c7fd082e720.zip
- py-qt5-*: Fix build when using non default version of python, in this case
sip is installed as sip-${PYTHON_VER} - py-qt*-demo: Fix packaging with python3, those ports have a python2 pkg-plist so USE_PYTHON=py3kplist must be used to convert it PR: 219641
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/pyqt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk
index b05243868bd4..e81b422b476d 100644
--- a/Mk/Uses/pyqt.mk
+++ b/Mk/Uses/pyqt.mk
@@ -219,6 +219,7 @@ CONFIGURE_ARGS+=-b ${PREFIX}/bin \
-d ${PYTHONPREFIX_SITELIBDIR} \
-q ${QMAKE} \
--confirm-license \
+ --sip ${LOCALBASE}/bin/sip-${PYTHON_VER} \
--sipdir ${SIPDIR}
# One of the things PyQt looks for to determine whether to build the Qt DBus