aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-28 20:32:21 +0800
committerpi <pi@FreeBSD.org>2016-05-28 20:32:21 +0800
commit7b0d8b996164bd536a2a8cee3e9583048323f590 (patch)
tree502fd6c1ca9a0922248ee3e0947ef2b99817ee4c /graphics
parent4b6f1196ac8c06ee05cca3c5ab45a46a366360a5 (diff)
downloadfreebsd-ports-gnome-7b0d8b996164bd536a2a8cee3e9583048323f590.tar.gz
freebsd-ports-gnome-7b0d8b996164bd536a2a8cee3e9583048323f590.tar.zst
freebsd-ports-gnome-7b0d8b996164bd536a2a8cee3e9583048323f590.zip
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 'graphics')
-rw-r--r--graphics/py-qt4-svg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-qt4-svg/Makefile b/graphics/py-qt4-svg/Makefile
index 027ddf5942e1..f19864a8ab81 100644
--- a/graphics/py-qt4-svg/Makefile
+++ b/graphics/py-qt4-svg/Makefile
@@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtSvg
PYQT_DIST= yes
USES= python pyqt:4
-USE_PYQT= sip_build gui_run
-USE_QT4= moc_build svg qmake_build
+USE_PYQT= sip_build core_run gui_run
+USE_QT4= corelib gui svg moc_build qmake_build
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API