diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 09:30:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 09:30:05 +0000 |
commit | 3702ae0b720a187b4f0a35345c026477a46b9c8f (patch) | |
tree | 318ae6a2cd391732e354457fa6f9fac692927a52 /editors | |
parent | e81c2cc67dc896cc4b6e94837c5ac215768fa033 (diff) | |
download | ports-3702ae0b720a187b4f0a35345c026477a46b9c8f.tar.gz ports-3702ae0b720a187b4f0a35345c026477a46b9c8f.zip |
- Provide unzip for install stage (RUN_DEPENDS really, but we don't have
INSTALL_DEPENDS knob)
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=137172
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 |