aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2015-02-20 02:19:28 +0800
committermakc <makc@FreeBSD.org>2015-02-20 02:19:28 +0800
commit019214accae88966a6aec798355e65b98259ef3b (patch)
tree92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /graphics/gnash/Makefile
parent375a08f6e65f1a060223e273b0dbc8b5d19cd3af (diff)
downloadfreebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.gz
freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.zst
freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.zip
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r--graphics/gnash/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 0e7d1a9cb36d..6498460234cf 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -107,9 +107,8 @@ CONFIGURE_ARGS+= --disable-npapi
.endif
.if ${PORT_OPTIONS:MKDE4} && ${PORT_OPTIONS:MPLUGIN}
-PLIST_SUB+= KPARTS4=""
-USE_LDCONFIG+= ${KDE4_PREFIX}/lib/kde4
-CONFIGURE_ARGS+= --with-kde4_prefix=${PREFIX}/kde4
+PLIST_SUB+= KPARTS4="${KDE4_PREFIX}"
+CONFIGURE_ARGS+= --with-kde4_prefix=${KDE4_PREFIX}
.else
PLIST_SUB+= KPARTS4="@comment "
CONFIGURE_ARGS+= --disable-kparts4
@@ -129,7 +128,7 @@ GNASH_GUIS+= gtk
GNASH_GUIS+= kde4
USE_QT4= moc_build
QT_NONSTANDARD= yes
-USE_KDE4= kdehier kdelibs
+USE_KDE4= kdelibs
CONFIGURE_ENV+= KDE4_CONFIG="${KDE4_PREFIX}/bin/kde4-config"
.endif