diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 15:25:40 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 15:25:40 +0000 |
commit | b9ead510b93009bc304fd2a11651dd18130ce1d6 (patch) | |
tree | f7049a97e28109d188463f07b91e9b1f61cf49ed /print/py-qt5-printsupport | |
parent | 1fb34516c19e99468a4e212e3689f331937fcb33 (diff) | |
download | ports-b9ead510b93009bc304fd2a11651dd18130ce1d6.tar.gz ports-b9ead510b93009bc304fd2a11651dd18130ce1d6.zip |
Notes
Diffstat (limited to 'print/py-qt5-printsupport')
-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 |