diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-11 18:12:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-11 18:12:10 +0000 |
commit | 5f3ece96a995b0be2e3f9d11487728e755fe0ae4 (patch) | |
tree | fdd76b23e3a90d9269ef42b26c24df8739f4217c /devel | |
parent | 920e0377daf83341234e2b1275a7fab73d0699b7 (diff) | |
download | pkgsrc-5f3ece96a995b0be2e3f9d11487728e755fe0ae4.tar.gz |
Temporarily disable pkgviews installation, because currently it
breaks other packages when enabled.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf2/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index baa6804cad7..a32b91b7b81 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/06/05 00:09:50 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/06/11 18:12:11 minskim Exp $ # DISTNAME= GConf-2.6.1 @@ -10,7 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/gconf/ COMMENT= Configuration database system used by GNOME (v2) -PKG_INSTALLATION_TYPES= overwrite pkgviews +# not ready yet. .schemas are installed in the depot. +#PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= yes |