aboutsummaryrefslogtreecommitdiffstats
path: root/irc/quassel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/quassel/Makefile')
-rw-r--r--irc/quassel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 92bc5e6f4c3f..26bc565110a4 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -40,7 +40,7 @@ USE_QT4+= linguist_build
.if ${PORT_OPTIONS:MMONO} || ${PORT_OPTIONS:MCLIENT}
. if ${PORT_OPTIONS:MKDE}
-USE_KDE4= automoc4 kdelibs
+USE_KDE4= automoc4 kdelibs kdeprefix
CMAKE_ARGS+= -DWITH_KDE=ON
PLIST= ${PKGDIR}/pkg-plist.kde
. else