aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-08-18 13:05:32 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-08-18 13:05:32 +0000
commit3021afa05e61b87d583b9f889b2a95ba058057f6 (patch)
tree3b61eb0888b4aaca8b3789bc1b91d15c9c4f5dd4 /ports-mgmt
parentaaf802305cbf24abef74a5bf01924f62891044f1 (diff)
downloadports-3021afa05e61b87d583b9f889b2a95ba058057f6.tar.gz
ports-3021afa05e61b87d583b9f889b2a95ba058057f6.zip
Add dependency on KDE4 icons, which are in separate port now.
PR: ports/137851 Submitted by: Alberto Villa <villa.alberto at gmail.com> approved by: maintainer
Notes
Notes: svn path=/head/; revision=239859
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/kports-qt4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile
index fe929a57e72d..bba5c7a204af 100644
--- a/ports-mgmt/kports-qt4/Makefile
+++ b/ports-mgmt/kports-qt4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kports
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= ports-mgmt kde
MASTER_SITES= SF
@@ -34,7 +35,8 @@ OPTIONS= DEBUG "Add Debugging Symbols" off \
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_KDE)
-RUN_DEPENDS+= ${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime
+RUN_DEPENDS+= ${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime \
+ ${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
.else
PKGMESSAGE= pkg-message.nokdebase
.endif