diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
commit | 395f5a4663fa4199738c47657facbf79c5835dbd (patch) | |
tree | b041405e6daaf431accdd59687256a169537b115 /sysutils/xfce4-utils/Makefile | |
parent | 38dccd590b9f56ec8c234bf9b013edd5ffb86d7c (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-utils/Makefile')
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index e9f1bf224fe8..71db37100284 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: libxfce4util +# New ports collection makefile for: xfce4-utils # Date created: 7 June 2003 # Whom: James Earl <jdearl@telus.net> # @@ -6,8 +6,7 @@ # PORTNAME= xfce4-utils -PORTVERSION= 4.4.3 -PORTREVISION= 0 +PORTVERSION= 4.6.0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-utils-${PORTVERSION} @@ -16,13 +15,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 essential utilities and scripts +CONFIGURE_ARGS+=--with-xsession-prefix=${PREFIX} GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv libgui libmcs libutil mcsmanager panel +USE_XFCE= configenv libgui libutil panel OPTIONS= DBUS "Enable D-BUS support" on |