aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-19 20:17:06 +0800
committermiwi <miwi@FreeBSD.org>2013-03-19 20:17:06 +0800
commitfc9c3a57c0cd1dbed81e96d906963fac5b47a559 (patch)
treefdb812162abb7d713f1b260f79722499dc2dcb70 /deskutils
parentb9a34c2f06d05cc0b73bbd9402efc910da0b1ad5 (diff)
downloadfreebsd-ports-gnome-fc9c3a57c0cd1dbed81e96d906963fac5b47a559.tar.gz
freebsd-ports-gnome-fc9c3a57c0cd1dbed81e96d906963fac5b47a559.tar.zst
freebsd-ports-gnome-fc9c3a57c0cd1dbed81e96d906963fac5b47a559.zip
- Fix Option logic
- Bump PORTREVISION
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}