diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-07 23:05:22 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-07 23:05:22 +0800 |
commit | 7f10330ec46073a3732550cf2716219863c4c545 (patch) | |
tree | 5b791ac5612d8407297f3b82de99021ca2bea508 /x11/kdebase4-runtime/Makefile | |
parent | baf5742b315f0f35bcbff1464c58e7661212a8f4 (diff) | |
download | freebsd-ports-gnome-7f10330ec46073a3732550cf2716219863c4c545.tar.gz freebsd-ports-gnome-7f10330ec46073a3732550cf2716219863c4c545.tar.zst freebsd-ports-gnome-7f10330ec46073a3732550cf2716219863c4c545.zip |
- Work around KDE bug 128757.
- Finally support GNOME/XFCE icons/menus by default by depending on
kde-xdg-env.
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index f98901d8194d..f37bba3afaa2 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -16,6 +17,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system +RUN_DEPENDS= ${LOCALBASE}/env/xdg-env.sh:${PORTSDIR}/misc/kde-xdg-env BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ xmkmf:${X_IMAKE_PORT} LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ |