diff options
Diffstat (limited to 'devel/py-qt4-scripttools/Makefile')
-rw-r--r-- | devel/py-qt4-scripttools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile index 7e2ee69866a5..626d997c8db8 100644 --- a/devel/py-qt4-scripttools/Makefile +++ b/devel/py-qt4-scripttools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scripttools -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run script_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui script scripttools moc_build qmake_build OPTIONS_DEFINE= API DEBUG @@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtScriptTools 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_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace |