diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 10:23:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 10:23:45 +0800 |
commit | 439842310d3304fe03dc47cae9cea07f056fbc0c (patch) | |
tree | 314ed4bb8bcb9263b37673e0bf45f9ca75f47909 /x11 | |
parent | 9a434a8b0406601df47449d4840bd2b086d596da (diff) | |
download | marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar.gz marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar.bz2 marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar.lz marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar.xz marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.tar.zst marcuscom-ports-439842310d3304fe03dc47cae9cea07f056fbc0c.zip |
Mezz had mentioned we should be using policykit in gnome-panel, so enable it.
This will allow one to set the timezone from the clock applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 54ad64b44..0933c2a85 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.169 2008/02/09 23:27:40 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.170 2008/02/12 01:04:06 marcus Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.21.91 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,7 +21,8 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -LIB_DEPENDS= gweather.0:${PORTSDIR}/net/libgweather +LIB_DEPENDS= gweather.0:${PORTSDIR}/net/libgweather \ + polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome USE_GETTEXT= yes USE_XLIB= yes @@ -37,7 +38,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-kde-docdir=${LOCALBASE}/share/doc \ --disable-network-manager \ - --disable-polkit + --enable-polkit CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |