diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
commit | 059340ceb7b48dcb0df914995161c233f99ef0fd (patch) | |
tree | 78d454d1406bb5d97fc294cd6f44956fcc86cf03 /x11-themes/gtk-qt4-engine | |
parent | - Update to 2016.05.22 (diff) |
Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
Diffstat (limited to 'x11-themes/gtk-qt4-engine')
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index e0d3eb114b0b..5dc9baabb169 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-engine/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles USE_GNOME= gtk20 USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build USES= cmake gettext pkgconfig tar:bzip2 -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= BONOBO |