diff options
Diffstat (limited to 'x11-toolkits/py-qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index d1aff01bb432..23d0f1fd2145 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-cor HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT_VER= 4 -QT_COMPONENTS= gui imageformats inputmethods iconengines qmake_build moc_build +QT_COMPONENTS= gui imageformats_run inputmethods_run iconengines_run \ + qmake_build moc_build OPTIONS= API "Install QtGui API for QScintilla2" on \ DEBUG "Enable debugging in generated code" off \ |