diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 23:58:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 23:58:12 +0000 |
commit | 3be38dae2b225a85bc0f656e1fc7988bf23489e2 (patch) | |
tree | c668b7cd4176b4401189e4e580df5a1b0d8b8fd5 /devel/GConf2/Makefile.common | |
parent | 4a0b9a77977ccf280c22b4825c33e5ff26c69f46 (diff) | |
download | pkgsrc-3be38dae2b225a85bc0f656e1fc7988bf23489e2.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 5aa4fbd0472..baa6804cad7 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2004/05/03 20:55:36 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.19 2004/06/05 00:09:50 xtraeme Exp $ # DISTNAME= GConf-2.6.1 @@ -10,6 +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 + BUILD_USES_MSGFMT= yes DISTINFO_FILE= ${.CURDIR}/../GConf2/distinfo |