diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-12 07:54:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-12 07:54:30 +0000 |
commit | 4f98d2e3e924cc50f88226ff89be8c4b3bca3337 (patch) | |
tree | 707d1981d57ec0a75873841e65945b7d111fc872 /devel/libbonobo/Makefile | |
parent | b48e0ed2e612bb1099f27c97272e8947693b13a5 (diff) | |
download | pkgsrc-4f98d2e3e924cc50f88226ff89be8c4b3bca3337.tar.gz |
Disable pkgviews installation. It can't work ATM because this package uses
a "shared directory" where other packages install files in.
Addresses PR pkg/26128.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index d71c8fa1375..0909aa1484d 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:29 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/12 07:54:30 jmmv Exp $ DISTNAME= libbonobo-2.8.0 PKGREVISION= 1 @@ -10,8 +10,6 @@ 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 |