diff options
author | avilla <avilla@FreeBSD.org> | 2011-11-01 01:20:35 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-11-01 01:20:35 +0800 |
commit | b23e6686471b0d9b92e9b556c833623af6c33600 (patch) | |
tree | a4a097cdb02343714a0de99d029c678e76dd08a6 /x11 | |
parent | c7a70d23fc521879fecc4ca59104e1167202a3cf (diff) | |
download | freebsd-ports-gnome-b23e6686471b0d9b92e9b556c833623af6c33600.tar.gz freebsd-ports-gnome-b23e6686471b0d9b92e9b556c833623af6c33600.tar.zst freebsd-ports-gnome-b23e6686471b0d9b92e9b556c833623af6c33600.zip |
- Remove dependency on kde4-wallpapers.
- Bump PORTREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index cae97b18dcea..126b5abcdcb6 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kde4 PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none @@ -28,7 +29,6 @@ OPTIONS= KDEACCESSIBILITY "Accessibility applications" on \ KDESDK "Software development kit" on \ KDETOYS "Miscellaneous small applications" on \ KDEUTILS "Set of generic utilities" on \ - KDEWALLPAPERS "Official KDE wallpapers" on \ KDEWEBDEV "Web development environment" on USE_KDE4= baseapps kdelibs kdeprefix oxygen pimlibs runtime workspace @@ -92,10 +92,6 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kteatime:${PORTSDIR}/x11-clocks/kdetoys4 RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcalc:${PORTSDIR}/misc/kdeutils4 .endif -.ifndef(WITHOUT_KDEWALLPAPERS) -RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Plasmalicious/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers -.endif - .ifndef(WITHOUT_KDEWEBDEV) RUN_DEPENDS+= ${KDE4_PREFIX}/bin/klinkstatus:${PORTSDIR}/www/kdewebdev4 .endif |