diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-06-07 15:05:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-06-07 15:05:22 +0000 |
commit | 7c6729fa0885bc7c69a7bef93c48072385d58df2 (patch) | |
tree | aa7121580dd2f5f40b78717e73ea741598ea02a7 /misc/kde4-xdg-env | |
parent | dd7088c4345c3b9f29e134f0cb89af32af2ac583 (diff) | |
download | ports-7c6729fa0885bc7c69a7bef93c48072385d58df2.tar.gz ports-7c6729fa0885bc7c69a7bef93c48072385d58df2.zip |
- Work around KDE bug 128757.
- Finally support GNOME/XFCE icons/menus by default by depending on
kde-xdg-env.
Notes
Notes:
svn path=/head/; revision=164724
Diffstat (limited to 'misc/kde4-xdg-env')
-rw-r--r-- | misc/kde4-xdg-env/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/kde4-xdg-env/Makefile b/misc/kde4-xdg-env/Makefile index 4d1b56901273..b1632afb23f7 100644 --- a/misc/kde4-xdg-env/Makefile +++ b/misc/kde4-xdg-env/Makefile @@ -6,7 +6,8 @@ # PORTNAME= xdg -PORTVERSION= ${KDE_VERSION} +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= misc kde MASTER_SITES= # none PKGNAMEPREFIX= kde- @@ -17,8 +18,9 @@ EXTRACT_SUFX= # none MAINTAINER= kde@FreeBSD.org COMMENT= Script which hooks into startkde and helps KDE pick up XDG apps/menus -USE_KDEBASE_VER=3 +.if defined(KDE_PREFIX) PREFIX= ${KDE_PREFIX} +.endif NO_BUILD= yes |