diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-16 23:25:40 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-16 23:25:40 +0800 |
commit | e5e7d34149d7e8a8a7935adf87b44152b39a9c59 (patch) | |
tree | f7049a97e28109d188463f07b91e9b1f61cf49ed /print | |
parent | e5accc2f3ffd43ce8844e508fc53e37f16b57ab0 (diff) | |
download | freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.tar.gz freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.tar.zst freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.zip |
Update PyQt5 to 5.11.3
- sip upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5 upgrade to 5.11.3
This has been worked on by arrowd and myself.
PR: 233954
Exp-run by: antoine
Diffstat (limited to 'print')
-rw-r--r-- | print/py-qt5-printsupport/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/py-qt5-printsupport/Makefile b/print/py-qt5-printsupport/Makefile index 6d25ffe2db22..44a475b1e3f0 100644 --- a/print/py-qt5-printsupport/Makefile +++ b/print/py-qt5-printsupport/Makefile @@ -6,6 +6,9 @@ CATEGORIES= print python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtPrintSupport module +BUILD_DEPENDS= ${PY_ENUM34} +RUN_DEPENDS= ${PY_ENUM34} + CONFIGURE_ARGS= --enable QtPrintSupport PYQT_DIST= yes |