aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-06-08 04:57:32 +0800
committerAlex Dupre <ale@FreeBSD.org>2006-06-08 04:57:32 +0800
commit1dd9c28912819357271abcccea9210eb329a041e (patch)
tree0b3a0695e00434a2b8ba9f62dbd0e412ba69d4ab /x11/kdebase4-runtime
parent17de8cc81ec6ff18180daaa89c99538e0ee1da1c (diff)
downloadfreebsd-ports-gnome-1dd9c28912819357271abcccea9210eb329a041e.tar.gz
freebsd-ports-gnome-1dd9c28912819357271abcccea9210eb329a041e.tar.zst
freebsd-ports-gnome-1dd9c28912819357271abcccea9210eb329a041e.zip
Add missing '+' and fix depending on kde-xdg-env.
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index f37bba3afaa2..71c72b08db2f 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -57,7 +57,7 @@ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} == xorg
-RUN_DEPENDS= kompmgr:${PORTSDIR}/x11-wm/kompmgr
+RUN_DEPENDS+= kompmgr:${PORTSDIR}/x11-wm/kompmgr
.endif
.if !defined(WITHOUT_ARTSWRAPPER)