diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-qt5-help/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-qt5-help/Makefile b/devel/py-qt5-help/Makefile index c6efcca910e3..ebc075f45594 100644 --- a/devel/py-qt5-help/Makefile +++ b/devel/py-qt5-help/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= help -PORTREVISION= 6 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org @@ -13,15 +12,15 @@ PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors -USE_QT= core gui widgets help network sql buildtools_build qmake_build xml +USE_PYTHON= concurrent flavors py3kplist +USE_QT= core gui widgets help network sql buildtools_build qmake_build xml OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtHelp API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace |