aboutsummaryrefslogtreecommitdiff
path: root/x11/kde3/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-01 21:59:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-01 21:59:38 +0000
commit02622773e6473a21d9d7714f5735f66be7049572 (patch)
treeb31d7ec4688d37aa34a38f4d236c46c4823da5a6 /x11/kde3/Makefile
parent3469df6705e52cb84b29c706b943b2a55021ffb1 (diff)
downloadports-02622773e6473a21d9d7714f5735f66be7049572.tar.gz
ports-02622773e6473a21d9d7714f5735f66be7049572.zip
Remove comments and optional dependencies for ports which are
about to be removed.
Notes
Notes: svn path=/head/; revision=284872
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r--x11/kde3/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile
index aec5b820b273..2226ca7b4141 100644
--- a/x11/kde3/Makefile
+++ b/x11/kde3/Makefile
@@ -34,8 +34,8 @@ CONFIG_FILE= ${LOCALBASE}/etc/kde-meta.conf
## The list of all modules that make up KDE, excluding the base modules
## arts, kdebase and kdelibs
-ALL_MODULES= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEVELOP KDEEDU\
- KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK KOFFICE KDEPIM\
+ALL_MODULES= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEEDU\
+ KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK KDEPIM\
KDESDK KDETOYS KDEUTILS KDEWEBDEV
## Forwards parts of the environment to scripts/configure.kde3
@@ -114,9 +114,6 @@ RUN_DEPENDS+= kjumpingcube:${PORTSDIR}/games/kdegames3
.if !defined(WITHOUT_KDEUTILS)
RUN_DEPENDS+= kdessh:${PORTSDIR}/misc/kdeutils3
.endif
-.if !defined(WITHOUT_KOFFICE)
-RUN_DEPENDS+= kword:${PORTSDIR}/editors/koffice-kde3
-.endif
.if !defined(WITHOUT_KDENETWORK)
RUN_DEPENDS+= kget:${PORTSDIR}/net/kdenetwork3
.endif
@@ -132,9 +129,6 @@ RUN_DEPENDS+= korganizer:${PORTSDIR}/deskutils/kdepim3
.if !defined(WITHOUT_KDESDK)
RUN_DEPENDS+= cervisia:${PORTSDIR}/devel/kdesdk3
.endif
-.if !defined(WITHOUT_KDEVELOP)
-RUN_DEPENDS+= kdevelop:${PORTSDIR}/devel/kdevelop
-.endif
.if !defined(WITHOUT_KDEEDU)
RUN_DEPENDS+= khangman:${PORTSDIR}/misc/kdeedu3
.endif