diff options
author | rodent <rodent> | 2013-04-06 19:42:41 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 19:42:41 +0000 |
commit | 16a63973a5ea2eef807e1dd38550ce7837940da3 (patch) | |
tree | 0494fe00c49ea3830e889c19ae243db33bf4c4ae /chat/xchat | |
parent | 10637031589ac92f240035efd7ebf96930868ac0 (diff) | |
download | pkgsrc-16a63973a5ea2eef807e1dd38550ce7837940da3.tar.gz |
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/options.mk | 6 |
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" |