diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-04 21:39:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-04 21:39:26 +0000 |
commit | 12eeb3c8fffdc6fdff57cf221e7dbeaa3f3f6735 (patch) | |
tree | 7cea680dd1d587f5273243a216b45088aa0e65c5 /ports-mgmt | |
parent | 3644a64e8cb60653ff1ecdfadf02a16e69fe836e (diff) | |
download | ports-12eeb3c8fffdc6fdff57cf221e7dbeaa3f3f6735.tar.gz ports-12eeb3c8fffdc6fdff57cf221e7dbeaa3f3f6735.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/kports-qt4/Makefile | 2 |
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 |