diff options
Diffstat (limited to 'x11-wm/wmakerconf/Makefile')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 6f834adfaef0..e3140f980579 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmakerconf -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= x11-wm MASTER_SITES= http://ulli.linuxave.net/wmakerconf/ @@ -35,4 +35,11 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +.if exists(${X11BASE}/bin/gnome-config) +RUN_DEPENDS+= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +PLIST_SUB+= GNOME:="" +.else +PLIST_SUB+= GNOME:="@comment " +.endif + .include <bsd.port.mk> |