diff options
author | alex <alex@FreeBSD.org> | 2000-09-15 16:33:34 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-09-15 16:33:34 +0000 |
commit | e00a381e7791e57c7056e2fd1f36415972260fd4 (patch) | |
tree | 81504f7b0e599da59e4e27ace349cc0154db0e3d /editors/openoffice-1.1/Makefile | |
parent | dc4544c9df573b5f885beb364bb7149906eb7071 (diff) | |
download | FreeBSD-ports-e00a381e7791e57c7056e2fd1f36415972260fd4.zip FreeBSD-ports-e00a381e7791e57c7056e2fd1f36415972260fd4.tar.gz |
* Depend on libc6, this should fix some lib-problems. Also automatically
install linuxbase if it's not yet installed.
* Fix the cdrom installation
Submitted by: Martin Blapp <mp@imp.ch> (MAINTAINER) on IRC
Diffstat (limited to 'editors/openoffice-1.1/Makefile')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 58ad83f..6f0d006 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -26,7 +26,8 @@ EXTRACT_ONLY= MAINTAINER= mb@imp.ch -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +DEPENDS= ${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' @@ -53,12 +54,14 @@ pre-fetch: @${FALSE} .endif .if defined(WITH_CDROM) +.if !exists(${CD_MOUNTPT}/linux/office52/setup) @${ECHO} @${ECHO} Please mount the Sun StarOffice 5.2 CDROM @${ECHO} onto /cdrom and run make again. @${ECHO} @${FALSE} .endif +.endif .if defined(WITH_CDROM) do-extract: |