diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-09-15 16:33:34 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-09-15 16:33:34 +0000 |
commit | 73af37eef026067c19d3732990b76317b5469536 (patch) | |
tree | 25ac8f4ed48753cbd63d14f6fc6ac4ef5a33dfa5 /editors/staroffice52 | |
parent | cfa956296a7076de7c647c4a802c18c7a4be810f (diff) | |
download | ports-73af37eef026067c19d3732990b76317b5469536.tar.gz ports-73af37eef026067c19d3732990b76317b5469536.zip |
Notes
Diffstat (limited to 'editors/staroffice52')
-rw-r--r-- | editors/staroffice52/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 58ad83f539fa..6f0d006998c8 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/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: |