From 9ff693053b2b42cd6a29b886e071ad01acdeefe2 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 12 Apr 2008 22:42:57 +0000 Subject: Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module. --- chat/xchat/options.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat/xchat/options.mk') diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 7493b44d450..fb2d11ccce8 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2007/09/25 15:38:54 hira Exp $ +# $NetBSD: options.mk,v 1.11 2008/04/12 22:42:58 jlam Exp $ .include "../../mk/bsd.prefs.mk" @@ -11,6 +11,8 @@ PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" +PLIST_VARS+= dbus + ### ### Use OpenSSL libraries for connecting to ircs servers ### @@ -49,7 +51,7 @@ CONFIGURE_ARGS+= --disable-shm ### .if !empty(PKG_OPTIONS:Mgnome) CONFIGURE_ARGS+= --enable-dbus -PLIST_SUBST+= GNOME="" +PLIST.dbus= yes SUBST_CLASSES+= gconf SUBST_STAGE.gconf+= pre-configure SUBST_MESSAGE.gconf+= Disabling schema registration/installation. @@ -61,7 +63,6 @@ USE_DIRS+= gnome2-1.5 .else # We set this to ${FALSE} to avoid detection. CONFIGURE_ARGS+= --disable-dbus -PLIST_SUBST= GNOME="@comment " USE_DIRS+= xdg-1.1 .endif -- cgit v1.2.3