summaryrefslogtreecommitdiff
path: root/x11/kde4
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-06-02 18:26:41 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-06-02 18:26:41 +0000
commit43dd94d1b2adc54f79816535270b2d5146aeae0c (patch)
treeaf9066c200fa1da862bccf7352786c0cc8267fd8 /x11/kde4
parentRevert javavm hack, which prevents execution of jpda related modules. (diff)
Make the metaport depend on ALL KDE modules,
but optionally make it depend on the minimally required KDE modules only as an alternative. Bump PORTREVISION Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Discussed on: kde-freebsd-devel
Notes
Notes: svn path=/head/; revision=82035
Diffstat (limited to 'x11/kde4')
-rw-r--r--x11/kde4/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile
index a62e27223825..3e9ebb3f4c3f 100644
--- a/x11/kde4/Makefile
+++ b/x11/kde4/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kde
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
@@ -16,12 +17,23 @@ EXTRACT_ONLY= # empty
MAINTAINER= kde@FreeBSD.org
COMMENT= The "meta-port" for KDE
+.if !defined(MINIMAL_KDE)
RUN_DEPENDS+= kjumpingcube:${PORTSDIR}/games/kdegames3 \
kdessh:${PORTSDIR}/misc/kdeutils3 \
kword:${PORTSDIR}/editors/koffice-kde3 \
kppp:${PORTSDIR}/net/kdenetwork3 \
kview:${PORTSDIR}/graphics/kdegraphics3 \
- kmix:${PORTSDIR}/multimedia/kdemultimedia3
+ kmix:${PORTSDIR}/multimedia/kdemultimedia3 \
+ korganizer:${PORTSDIR}/deskutils/kdepim3 \
+ cervisia:${PORTSDIR}/devel/kdesdk3 \
+ kdevelop:${PORTSDIR}/devel/kdevelop \
+ atlantikdesigner:${PORTSDIR}/misc/kdeaddons3 \
+ khangman:${PORTSDIR}/misc/kdeedu3 \
+ kcron:${PORTSDIR}/sysutils/kdeadmin3 \
+ quanta:${PORTSDIR}/www/quanta \
+ kmoon:${PORTSDIR}/x11-clocks/kdetoys3 \
+ kmatrix.kss:${PORTSDIR}/x11-wm/kdeartwork3
+.endif
.if make(package)
DEPENDS_TARGET="package"