svn commit: r314636 - head/deskutils/global-menu
Martin Wilke
miwi at FreeBSD.org
Tue Mar 19 12:17:06 UTC 2013
Author: miwi
Date: Tue Mar 19 12:17:06 2013
New Revision: 314636
URL: http://svnweb.freebsd.org/changeset/ports/314636
Log:
- Fix Option logic
- Bump PORTREVISION
Modified:
head/deskutils/global-menu/Makefile
Modified: head/deskutils/global-menu/Makefile
==============================================================================
--- head/deskutils/global-menu/Makefile Tue Mar 19 11:54:56 2013 (r314635)
+++ head/deskutils/global-menu/Makefile Tue Mar 19 12:17:06 2013 (r314636)
@@ -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}
More information about the svn-ports-all
mailing list