summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
commitce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch)
tree0494fe00c49ea3830e889c19ae243db33bf4c4ae /chat
parent825a5876bf4165e83081ef46539dc487f864d4bb (diff)
downloadpkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk
index 4511f8c10c3..d22b1c88ab1 100644
--- a/chat/xchat/options.mk
+++ b/chat/xchat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2012/06/16 23:06:07 wiz Exp $
+# $NetBSD: options.mk,v 1.16 2013/04/06 19:42:41 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat
PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 mitshm gnome
@@ -50,8 +50,8 @@ CONFIGURE_ARGS+= --disable-shm
CONFIGURE_ARGS+= --enable-dbus
PLIST.dbus= yes
SUBST_CLASSES+= gconf
-SUBST_STAGE.gconf+= pre-configure
-SUBST_MESSAGE.gconf+= Disabling schema registration/installation.
+SUBST_STAGE.gconf= pre-configure
+SUBST_MESSAGE.gconf= Disabling schema registration/installation.
SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g'
SUBST_FILES.gconf+= src/common/dbus/Makefile.in
. include "../../devel/GConf/schemas.mk"