diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-11-14 10:59:40 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-11-14 10:59:40 +0800 |
commit | d5810e633a14509d6944b4e26679ea69ea6f6aa8 (patch) | |
tree | 627e8aa0521d02879efb9253d66b4fd46bc18f67 /x11/kde4 | |
parent | 42f978aad0996960e00dacb513eed9e1db73ad80 (diff) | |
download | freebsd-ports-gnome-d5810e633a14509d6944b4e26679ea69ea6f6aa8.tar.gz freebsd-ports-gnome-d5810e633a14509d6944b4e26679ea69ea6f6aa8.tar.zst freebsd-ports-gnome-d5810e633a14509d6944b4e26679ea69ea6f6aa8.zip |
The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.
The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.
Approved by: avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe: yes
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 126b5abcdcb6..1ea63e44da67 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ # -PORTNAME= kde4 +PORTNAME= kde PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none @@ -15,6 +14,11 @@ DISTFILES= # none MAINTAINER= kde@FreeBSD.org COMMENT= The meta-port for KDE Software Compilation 4 +LATEST_LINK= kde4 + +USE_KDE4= baseapps kdelibs kdeprefix oxygen pimlibs runtime workspace +NO_BUILD= yes + OPTIONS= KDEACCESSIBILITY "Accessibility applications" on \ KDEADMIN "Administration utilities" on \ KDEARTWORK "Additional screensavers and wallpapers" on \ @@ -31,9 +35,6 @@ OPTIONS= KDEACCESSIBILITY "Accessibility applications" on \ KDEUTILS "Set of generic utilities" on \ KDEWEBDEV "Web development environment" on -USE_KDE4= baseapps kdelibs kdeprefix oxygen pimlibs runtime workspace -NO_BUILD= yes - .include <bsd.port.options.mk> .ifndef(WITHOUT_KDEACCESSIBILITY) |