diff options
author | mbr <mbr@FreeBSD.org> | 2003-07-06 17:34:06 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-07-06 17:34:06 +0800 |
commit | c5b737d9c8cb3ac5e5c3be595840d182b36b0d82 (patch) | |
tree | 19a67c455f8004f7789b1d4dcdfa9e91fbd85b33 /editors/ooodict-all | |
parent | ed1eda4b7ca51bc9d94386d466e4c3ff72505a09 (diff) | |
download | freebsd-ports-gnome-c5b737d9c8cb3ac5e5c3be595840d182b36b0d82.tar.gz freebsd-ports-gnome-c5b737d9c8cb3ac5e5c3be595840d182b36b0d82.tar.zst freebsd-ports-gnome-c5b737d9c8cb3ac5e5c3be595840d182b36b0d82.zip |
Add unzip dependency.
Submitted by: kris (bento)
Diffstat (limited to 'editors/ooodict-all')
-rw-r--r-- | editors/ooodict-all/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index f551612d4cd7..16bc94caeade 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -39,6 +39,7 @@ CUT?= /usr/bin/cut .include <bsd.port.pre.mk> +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .if !defined(INSTALLATION_BASEDIR) INSTALLATION_BASEDIR= OpenOffice.org1.0 .if defined(RDEP) |