diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-28 12:32:21 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-28 12:32:21 +0000 |
commit | 942ca9510327a305bfe730f0a740303416f32151 (patch) | |
tree | 502fd6c1ca9a0922248ee3e0947ef2b99817ee4c /databases/py-qt4-sql | |
parent | misc/py-powerline-status: update to 2.4 (diff) |
devel/py-qt4-core cleanups in py-qt4-*
- Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint.
PR: 209283
Submitted by: groot@kde.org (kde), rakuco
Diffstat (limited to 'databases/py-qt4-sql')
-rw-r--r-- | databases/py-qt4-sql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-qt4-sql/Makefile b/databases/py-qt4-sql/Makefile index 82b27a528023..032ef33f63d5 100644 --- a/databases/py-qt4-sql/Makefile +++ b/databases/py-qt4-sql/Makefile @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtSql PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build gui sql qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui sql \ + moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API |