diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-26 15:52:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-26 15:52:52 +0000 |
commit | 7c5de1632016dd80da9878ebe3aa502f5b26b123 (patch) | |
tree | 8fe69106840f8ad6a98d64f69578fcbe82413639 /misc/openoffice | |
parent | aaa6cc4d900421baf3238038bbec7b33c560d609 (diff) | |
download | pkgsrc-7c5de1632016dd80da9878ebe3aa502f5b26b123.tar.gz |
We also need to conflict with the old package name
of openoffice-bin (openoffice-linux) since people might still
have it installed or binary packages lying around.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 6bcd8eb7607..7655c33329d 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2005/02/26 15:46:15 mrauch Exp $ +# $NetBSD: Makefile,v 1.60 2005/02/26 15:52:52 wiz Exp $ DISTNAME= openoffice-1.1.4 CATEGORIES= misc @@ -35,6 +35,7 @@ PTHREAD_AUTO_VARS= yes CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-bin-[0-9]* +CONFLICTS+= openoffice-linux-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.6Z[G-Z]*-i386 NetBSD-[2-9]*-i386 |