diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 09:41:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 09:41:27 +0000 |
commit | 1d265fdb4ae379078cd6df6546b708a6f35a10e3 (patch) | |
tree | 9b7c97b89c8d2e9c373ffabf175349b8931827c3 /misc/staroffice | |
parent | 712b1bc65034c1cbf5517c655d4aef83ceae4acf (diff) | |
download | pkgsrc-1d265fdb4ae379078cd6df6546b708a6f35a10e3.tar.gz |
Only BUILD_DEPEND on unzip. pkg/11869.
Diffstat (limited to 'misc/staroffice')
-rw-r--r-- | misc/staroffice/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index d817fb326d4..01f13c4c643 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/01 19:07:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/03/13 09:41:27 wiz Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -12,10 +12,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.sun.com/staroffice/ COMMENT= Integrated office suite -CONFLICTS= staroffice-* -DEPENDS+= unzip-*:../../archivers/unzip +BUILD_DEPENDS+= unzip-*:../../archivers/unzip DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +CONFLICTS= staroffice-* + RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |