diff options
author | pav <pav@FreeBSD.org> | 2005-06-10 17:30:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-10 17:30:05 +0800 |
commit | 9e5d41efdd6d2a126c920de6b7911b2383831557 (patch) | |
tree | bbd5b5759faffc1b602aa5a94db97e71cd7acc61 /editors | |
parent | 37f0dd0b8b57e1e591d08c97995b7a3195b22e37 (diff) | |
download | freebsd-ports-gnome-9e5d41efdd6d2a126c920de6b7911b2383831557.tar.gz freebsd-ports-gnome-9e5d41efdd6d2a126c920de6b7911b2383831557.tar.zst freebsd-ports-gnome-9e5d41efdd6d2a126c920de6b7911b2383831557.zip |
- Provide unzip for install stage (RUN_DEPENDS really, but we don't have
INSTALL_DEPENDS knob)
Reported by: krismail
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 8451a3d5d129..b0ccbbc114a6 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -53,7 +53,6 @@ CUT?= /usr/bin/cut .include <bsd.port.pre.mk> -BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip .if !defined(INSTALLATION_BASEDIR) INSTALLATION_BASEDIR= OpenOffice.org1.1.4 .if defined(RDEP) @@ -64,6 +63,8 @@ BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 .endif .endif +# needed for install stage +RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip DIST_SUBDIR= openoffice DICT_DIR= ${INSTALLATION_BASEDIR}/share/dict/ooo |