aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmakerconf/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-29 16:20:13 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-29 16:20:13 +0800
commit6916bc501af0dd3100f18967187a5fa336f49a89 (patch)
tree5eb6de6102842c1d5c255259f4c9ee72537b77dc /x11-wm/wmakerconf/Makefile
parent239ed910e11d20a20ca9157737a47cab327ce029 (diff)
downloadfreebsd-ports-gnome-6916bc501af0dd3100f18967187a5fa336f49a89.tar.gz
freebsd-ports-gnome-6916bc501af0dd3100f18967187a5fa336f49a89.tar.zst
freebsd-ports-gnome-6916bc501af0dd3100f18967187a5fa336f49a89.zip
Update to 2.6.2.
Diffstat (limited to 'x11-wm/wmakerconf/Makefile')
-rw-r--r--x11-wm/wmakerconf/Makefile9
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>