From 6916bc501af0dd3100f18967187a5fa336f49a89 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 29 Jun 2000 08:20:13 +0000 Subject: Update to 2.6.2. --- x11-wm/wmakerconf/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'x11-wm/wmakerconf/Makefile') 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 -- cgit