diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-01 15:32:34 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-01 15:32:34 +0800 |
commit | 7a201481cea5deea525a13a7be7ac1a8b7b4e67f (patch) | |
tree | 10a13d6ef3613c48e67e30e376d460d5f0defd05 /misc | |
parent | 02bf7be731bc9fcba97447eb504a57282732d5bf (diff) | |
download | freebsd-ports-gnome-7a201481cea5deea525a13a7be7ac1a8b7b4e67f.tar.gz freebsd-ports-gnome-7a201481cea5deea525a13a7be7ac1a8b7b4e67f.tar.zst freebsd-ports-gnome-7a201481cea5deea525a13a7be7ac1a8b7b4e67f.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 'misc')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 1 | ||||
-rw-r--r-- | misc/py-qt5-demo/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index 4a0d011ddbf9..caf56f1831dd 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -16,6 +16,7 @@ DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} NO_BUILD= yes USES= python pyqt:4 +USE_PYTHON= py3kplist EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 diff --git a/misc/py-qt5-demo/Makefile b/misc/py-qt5-demo/Makefile index 07b9ff9e8659..c76b3a450b31 100644 --- a/misc/py-qt5-demo/Makefile +++ b/misc/py-qt5-demo/Makefile @@ -22,6 +22,7 @@ USE_PYQT= core_run dbus_run designer_run \ sql_run svg_run test_run webkit_run xml_run \ xmlpatterns_run sip_run qscintilla2_run \ printsupport_run serialport_run webkitwidgets_run widgets_run +USE_PYTHON= py3kplist EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 |