diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /x11/gnome-applets/Makefile | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) |
Notes
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 8e21730d9789..ed3915304eac 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.211 2010/03/28 17:55:31 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.216 2010/09/27 10:14:28 kwm Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.30.0 -PORTREVISION= 3 +PORTVERSION= 2.32.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -80,9 +79,9 @@ GCONF_SCHEMAS+= cpufreq-applet.schemas .if defined(WITH_MINI_COMMANDER) CONFIGURE_ARGS+= --enable-mini-commander GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas -PLIST_SUB+= COMMANDER="" +PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@comment " .else -PLIST_SUB+= COMMANDER="@comment " +PLIST_SUB+= COMMANDER="@comment " OLDCOMMANDER="" .endif .if ( exists(${pygnomedesktop_DETECT}) ) || \ |