diff options
author | Martin Neubauer <m.ne@gmx.net> | 2022-07-03 19:41:38 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-03 19:43:35 +0100 |
commit | 698c158298ee60e20bb272ebd3eb9da5eae8ded5 (patch) | |
tree | a26edce9ceb26c99ec6a120fd7b919d1a29688e6 /graphics/py-python-poppler-qt5 | |
parent | devel/nanopb: Update 0.4.6.4 -> 0.4.6.4-3 (diff) |
graphics/py-python-poppler-qt5: Add flavours
PR: 264988
Diffstat (limited to 'graphics/py-python-poppler-qt5')
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 41ab680c29c7..a62ebbb7a52d 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -1,7 +1,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 0.75.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= frescobaldi USE_GL= gl USE_PYQT= pyqt5 sip_build +USE_PYTHON= flavors USE_QT= core gui xml PLIST_SUB= _PY_SONAME=${_PY_SONAME} |