From 73af37eef026067c19d3732990b76317b5469536 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Fri, 15 Sep 2000 16:33:34 +0000 Subject: * 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 (MAINTAINER) on IRC --- editors/openoffice.org-1.1-devel/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors/openoffice.org-1.1-devel/Makefile') diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 58ad83f539fa..6f0d006998c8 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/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: -- cgit v1.2.3