diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 08:20:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 08:20:13 +0000 |
commit | af3a42484d974a2bcb1db3b470f78d41f2ca28d4 (patch) | |
tree | 906e2d4e851e8ff5a91264c38a1220b26c23c218 /x11-wm/wmakerconf/Makefile | |
parent | 1228d352eecd5d09314870cfcc461adb754dfca0 (diff) |
Notes
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> |