aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-05 05:39:26 +0800
committermiwi <miwi@FreeBSD.org>2009-08-05 05:39:26 +0800
commitc3733f16cb603a56b1e2d8d52f66b672167f848c (patch)
tree1d09b506f01e6b76bf255893d0935804a72a962d /ports-mgmt
parent1d538cbc53d5274529a5cdd1eeb0abc13c4cffd9 (diff)
downloadfreebsd-ports-gnome-c3733f16cb603a56b1e2d8d52f66b672167f848c.tar.gz
freebsd-ports-gnome-c3733f16cb603a56b1e2d8d52f66b672167f848c.tar.zst
freebsd-ports-gnome-c3733f16cb603a56b1e2d8d52f66b672167f848c.zip
- Fix build after KDE update
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/kports-qt4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile
index 477287c7f961..fe929a57e72d 100644
--- a/ports-mgmt/kports-qt4/Makefile
+++ b/ports-mgmt/kports-qt4/Makefile
@@ -34,7 +34,7 @@ OPTIONS= DEBUG "Add Debugging Symbols" off \
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_KDE)
-RUN_DEPENDS+= ${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11/kdebase4-runtime
+RUN_DEPENDS+= ${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime
.else
PKGMESSAGE= pkg-message.nokdebase
.endif