summaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-09-15 16:33:34 +0000
committeralex <alex@FreeBSD.org>2000-09-15 16:33:34 +0000
commite00a381e7791e57c7056e2fd1f36415972260fd4 (patch)
tree81504f7b0e599da59e4e27ace349cc0154db0e3d /german
parentdc4544c9df573b5f885beb364bb7149906eb7071 (diff)
downloadFreeBSD-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 'german')
-rw-r--r--german/staroffice70/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index 58ad83f..6f0d006 100644
--- a/german/staroffice70/Makefile
+++ b/german/staroffice70/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:
OpenPOWER on IntegriCloud