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 /textproc/py-qt4-xml | |
parent | 31126a2273f467a6f7509975fa6de2f516d28bc8 (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
Notes
Notes:
svn path=/head/; revision=415984
Diffstat (limited to 'textproc/py-qt4-xml')
-rw-r--r-- | textproc/py-qt4-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile index 77e4215503a5..ed8fa0367fca 100644 --- a/textproc/py-qt4-xml/Makefile +++ b/textproc/py-qt4-xml/Makefile @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= xml qmake_build moc_build +USE_QT4= corelib xml moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API |