diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-04 18:22:04 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-04 18:22:04 +0800 |
commit | f7deb1a88d6f4537c55fc21ef4303b662437cce0 (patch) | |
tree | 30858798cd2421c836bbc2d25c505677b2db0998 /misc | |
parent | d707240d7d2b9358c644412f961fd8cea1465dc7 (diff) | |
download | freebsd-ports-gnome-f7deb1a88d6f4537c55fc21ef4303b662437cce0.tar.gz freebsd-ports-gnome-f7deb1a88d6f4537c55fc21ef4303b662437cce0.tar.zst freebsd-ports-gnome-f7deb1a88d6f4537c55fc21ef4303b662437cce0.zip |
Bind misc/py-qt5-doc and misc/py-qt5-demo to ${PYQT5_VERSION}
* Bind the verson portscout uses for its lookup to ${PYQT5_VERSION}.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10593
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-qt5-demo/Makefile | 2 | ||||
-rw-r--r-- | misc/py-qt5-doc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/py-qt5-demo/Makefile b/misc/py-qt5-demo/Makefile index 56e1dc548000..07b9ff9e8659 100644 --- a/misc/py-qt5-demo/Makefile +++ b/misc/py-qt5-demo/Makefile @@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT_DISTINFO_FILE} NO_BUILD= yes +PORTSCOUT= limit:^${PYQT5_VERSION} + USES= python pyqt:5 USE_PYQT= core_run dbus_run designer_run \ designerplugin_run doc_run gui_run multimedia_run \ diff --git a/misc/py-qt5-doc/Makefile b/misc/py-qt5-doc/Makefile index 54dd4bd41ece..c4f16efdc5a9 100644 --- a/misc/py-qt5-doc/Makefile +++ b/misc/py-qt5-doc/Makefile @@ -13,6 +13,8 @@ COMMENT= Python bindings for the Qt5 toolkit, documentation DISTINFO_FILE= ${PYQT_DISTINFO_FILE} NO_BUILD= yes +PORTSCOUT= limit:^${PYQT5_VERSION} + USES= python pyqt:5 USE_PYQT= # |