aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2016-11-15 05:21:17 +0800
committertcberner <tcberner@FreeBSD.org>2016-11-15 05:21:17 +0800
commit940e850d406417a3ba5b99a9e84324fadbb5c5cb (patch)
tree485f4768779a266d16501dd7c6f59020939baa3c /Mk
parenta7e1937b2f7a91984e04fd2e8c9a3bd576ce29e9 (diff)
downloadfreebsd-ports-gnome-940e850d406417a3ba5b99a9e84324fadbb5c5cb.tar.gz
freebsd-ports-gnome-940e850d406417a3ba5b99a9e84324fadbb5c5cb.tar.zst
freebsd-ports-gnome-940e850d406417a3ba5b99a9e84324fadbb5c5cb.zip
Set a PORTSCOUT limit for the PyQt5 ports.
Bind the portversion looked for by portscout to the Qt5 version of ports. Approved by: rakuco (mentor)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/pyqt.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk
index 5d6003cc712c..2be0ff460f4b 100644
--- a/Mk/Uses/pyqt.mk
+++ b/Mk/Uses/pyqt.mk
@@ -209,6 +209,8 @@ QT_NONSTANDARD= yes # Do not add unknown arguments to CONFIGURE_ARGS.
# PyQt5's configure.py generates .pro files and calls qmake to generate the
# Makefiles. qmake's Makefiles use INSTALL_ROOT instead of DESTDIR.
DESTDIRNAME= INSTALL_ROOT
+# Limit PyQt5's version to the Qt5 version in ports
+PORTSCOUT?= limit:^${_QT_VERSION:R}
.endif
PATCHDIR= ${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files