diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-02 05:59:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-02 05:59:38 +0800 |
commit | 40085871973846b59358caa3c1b464974ac3e321 (patch) | |
tree | 0966c29c996792d7ab71a00f16dbe7ba2735ff09 /x11/kde3 | |
parent | 6e1fe65abe5d723c4317a0d33117999e97581145 (diff) | |
download | freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.tar.gz freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.tar.zst freebsd-ports-gnome-40085871973846b59358caa3c1b464974ac3e321.zip |
Remove comments and optional dependencies for ports which are
about to be removed.
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile | 10 |
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 |