diff options
author | sommerfeld <sommerfeld> | 1999-12-07 20:59:26 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld> | 1999-12-07 20:59:26 +0000 |
commit | de500cbbbfc48a7117a2c06b735ecb0f53d2748c (patch) | |
tree | 2536771e4325d64ab969a24817fd5ba9952d768d /misc | |
parent | aecf08386d8b1d1ee81277b2de9c79c157c7b56a (diff) | |
download | pkgsrc-de500cbbbfc48a7117a2c06b735ecb0f53d2748c.tar.gz |
Add dependancy on unzip
Diffstat (limited to 'misc')
-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 |