From bbf1bcf72f0812dbe30b8d6384eef08707330780 Mon Sep 17 00:00:00 2001 From: mita Date: Sat, 3 Aug 2002 10:57:04 +0000 Subject: A trivial modification. ${LINUXBASE}/lib/ld.so, referenced in Makefile, no more exsists in the new linux_base (7.1) whereas it existed for linux_base-6.1. --- cad/linux-eagle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/linux-eagle') diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 18f2ccfbe4db..bc3479040cbb 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -- cgit