diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 15:38:54 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 15:38:54 +0000 |
commit | 91c25077e247e1b11f4aff36cd43227f2b2572a5 (patch) | |
tree | e272f60668645f1027cd1ecb32ae15b225eaaacc /chat/xchat | |
parent | 3705c1dba0515e56d7d2a05d317d3de9b708c9b5 (diff) | |
download | pkgsrc-91c25077e247e1b11f4aff36cd43227f2b2572a5.tar.gz |
GConf2 -> Gconf.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 41f502d9d97..7493b44d450 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2007/08/10 19:14:06 tron Exp $ +# $NetBSD: options.mk,v 1.10 2007/09/25 15:38:54 hira Exp $ .include "../../mk/bsd.prefs.mk" @@ -56,7 +56,7 @@ 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 USE_DIRS+= gnome2-1.5 -. include "../../devel/GConf2/schemas.mk" +. include "../../devel/GConf/schemas.mk" . include "../../sysutils/dbus-glib/buildlink3.mk" .else # We set this to ${FALSE} to avoid detection. |