mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Provide unzip for install stage (RUN_DEPENDS really, but we don't have
INSTALL_DEPENDS knob) Reported by: krismail
This commit is contained in:
parent
e81c2cc67d
commit
3702ae0b72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user