summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-19 12:17:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-19 12:17:06 +0000
commit0174711a775087f0ea83f8dd87d7554550725347 (patch)
treefdb812162abb7d713f1b260f79722499dc2dcb70 /deskutils
parentbalsa: add back pre.mk and post.mk seem to fix the failure (diff)
- Fix Option logic
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=314636
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/global-menu/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile
index 1eb20290e4d2..463cce0cfeb9 100644
--- a/deskutils/global-menu/Makefile
+++ b/deskutils/global-menu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-globalmenu
PORTVERSION= 0.7.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/
@@ -29,12 +29,12 @@ XFCE4_PANEL_DESC= Xfce panel applet
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXFCE4_PANEL}
-CONFIGURE_ARGS+= --without-xfce4-panel
-PLIST_SUB+= XFCE4_PANEL="@comment "
-.else
-LIB_DEPENDS+= libxfce4panel-1.0:${PORTSDIR}/x11-wm/xfce4-panel
+USE_XFCE= panel
CONFIGURE_ARGS+= --with-xfce4-panel
PLIST_SUB+= XFCE4_PANEL=""
+.else
+CONFIGURE_ARGS+= --without-xfce4-panel
+PLIST_SUB+= XFCE4_PANEL="@comment "
.endif
.if ${PORT_OPTIONS:MNLS}