diff options
Diffstat (limited to 'editors/staroffice60')
-rw-r--r-- | editors/staroffice60/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 58ad83f539fa..6f0d006998c8 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/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: |