diff options
author | alex <alex@FreeBSD.org> | 2000-09-16 00:33:34 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-09-16 00:33:34 +0800 |
commit | e00a381e7791e57c7056e2fd1f36415972260fd4 (patch) | |
tree | 81504f7b0e599da59e4e27ace349cc0154db0e3d /editors/openoffice | |
parent | dc4544c9df573b5f885beb364bb7149906eb7071 (diff) | |
download | freebsd-ports-gnome-e00a381e7791e57c7056e2fd1f36415972260fd4.tar.gz freebsd-ports-gnome-e00a381e7791e57c7056e2fd1f36415972260fd4.tar.zst freebsd-ports-gnome-e00a381e7791e57c7056e2fd1f36415972260fd4.zip |
* 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')
-rw-r--r-- | editors/openoffice/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 58ad83f539fa..6f0d006998c8 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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: |