diff options
Diffstat (limited to 'misc/staroffice/Makefile')
-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} |