diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-24 19:38:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-24 19:38:25 +0000 |
commit | 4b2a18ac4167604782b322fe31318f73f598d944 (patch) | |
tree | 15a0c12732442887bebdd24af9acba8eab2ff48e | |
parent | 29dcc751fcb981a727dbfa27dbb903030d2d429c (diff) | |
download | pkgsrc-4b2a18ac4167604782b322fe31318f73f598d944.tar.gz |
Add conflicts with openoffice and openoffice-linux (over bin/soffice).
Closes PR 21972 by Brook G. Milligan.
-rw-r--r-- | misc/staroffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 92472a54e60..0df0ec1d3a5 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/06/02 01:18:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2003/06/24 19:38:25 wiz Exp $ DISTNAME= so51a_lnx_${LANGNO} PKGNAME= staroffice-${LANGUAGE}-5.1a @@ -15,6 +15,8 @@ BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= suse_linux>=6.1:../../emulators/${SUSE_DIR_PREFIX}_linux CONFLICTS= staroffice-[0-9]* +CONFLICTS+= openoffice-[0-9]* +CONFLICTS+= openoffice-linux-[0-9]* RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} |