diff options
author | oliver <oliver@FreeBSD.org> | 2009-03-03 14:07:50 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-03-03 14:07:50 +0800 |
commit | 905df48f5aee6aaf30d20004e0729e50208eae4b (patch) | |
tree | 722af52197b615552e9fe4e4c071c6c1e51b3447 | |
parent | ab7ef2d3e9a29bbe6fdc27162cef3cadb8509d80 (diff) | |
download | freebsd-ports-gnome-905df48f5aee6aaf30d20004e0729e50208eae4b.tar.gz freebsd-ports-gnome-905df48f5aee6aaf30d20004e0729e50208eae4b.tar.zst freebsd-ports-gnome-905df48f5aee6aaf30d20004e0729e50208eae4b.zip |
add libxfce4menu to the list of dependencies to get the opportunity to setup
xfce via the context menu when clicking right on the desktop.
Bump PORTREVISION
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index b0387f354ddf..b12b9752efeb 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} @@ -24,7 +25,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes -USE_XFCE= configenv libgui libutil panel xfconf +USE_XFCE= configenv libgui libmenu libutil panel xfconf OPTIONS= FAM "Enable FAM support" on \ THUNAR "Enable thunar support" on |