diff options
author | sommerfeld <sommerfeld@pkgsrc.org> | 1999-12-07 20:59:26 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld@pkgsrc.org> | 1999-12-07 20:59:26 +0000 |
commit | 39485fb4cbef36adabe477e77f738e4c2a3b7df2 (patch) | |
tree | 2536771e4325d64ab969a24817fd5ba9952d768d /misc/staroffice | |
parent | f3c715064bd621937691508efe3091f8b3eab1bd (diff) | |
download | pkgsrc-39485fb4cbef36adabe477e77f738e4c2a3b7df2.tar.gz |
Add dependancy on unzip
Diffstat (limited to 'misc/staroffice')
-rw-r--r-- | misc/staroffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 0518dd60343..b3c7efd21ef 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/22 22:22:21 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/07 20:59:26 sommerfeld Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -12,6 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.sun.com/staroffice/ CONFLICTS= staroffice-* +DEPENDS= unzip-*:../../archivers/unzip NO_CDROM= "Redistribution not permitted" MIRROR_DISTFILE= NO |