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 | |
parent | 4a0b9a77977ccf280c22b4825c33e5ff26c69f46 (diff) | |
download | pkgsrc-3be38dae2b225a85bc0f656e1fc7988bf23489e2.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf2/Makefile.common | 4 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index e326282ae60..551f96570da 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/04/01 18:18:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2004/06/05 00:30:01 xtraeme Exp $ DISTNAME= libbonobo-2.6.0 CATEGORIES= devel gnome @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://developer.gnome.org/ COMMENT= GNOME2 Object activation framework library +PKG_INSTALLATION_TYPES= overwrite pkgviews + CONFLICTS= bonobo-activation-[0-9]* GNU_CONFIGURE= YES |