diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-18 20:52:05 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-18 20:52:05 +0000 |
commit | 3a84fed861b273b4ce2378033150c8117ee615d3 (patch) | |
tree | f8ed18fedc9cb105c3e863d8c59e303086d28fdd /print/ggv2 | |
parent | 661cfce1471e8024ef5d083253c34831af87d894 (diff) | |
download | pkgsrc-3a84fed861b273b4ce2378033150c8117ee615d3.tar.gz |
GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
Diffstat (limited to 'print/ggv2')
-rw-r--r-- | print/ggv2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 4f084b3cf1c..197ca6515b7 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/18 14:56:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/18 20:52:07 jmmv Exp $ # DISTNAME= ggv-1.99.98 @@ -21,7 +21,6 @@ USE_LIBTOOL= YES USE_GMAKE= YES USE_X11= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -CONFIGURE_ARGS+= --disable-install-schemas GCONF2_SCHEMAS= ggv.schemas |