diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-04-28 04:20:45 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-04-28 04:20:45 +0800 |
commit | 792f596fa6ef1f217e346a056f918d80ede4d5cd (patch) | |
tree | 73ae516a239aa622acd9db4c18ca2e8246b3d590 /x11-wm | |
parent | b12f6f53a9e2638735ddac133123fad3025959fc (diff) | |
download | freebsd-ports-gnome-792f596fa6ef1f217e346a056f918d80ede4d5cd.tar.gz freebsd-ports-gnome-792f596fa6ef1f217e346a056f918d80ede4d5cd.tar.zst freebsd-ports-gnome-792f596fa6ef1f217e346a056f918d80ede4d5cd.zip |
- Remove USES= desktop-file-utils, because MimeType entry is not present
in .desktop files.
Reported by: ak@
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 18dbbd2f90a6..643437e44f61 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-session PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -25,7 +25,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 glib20 intltool intlhack -USES= desktop-file-utils pathfix pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil panel xfconf USE_XORG= x11 sm ice |