diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 10:57:04 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 10:57:04 +0000 |
commit | 353e96fcc451def17223b54f2cd2040ddf3566ee (patch) | |
tree | 3a788725c60e4f5a9f365d1271cc29f24a9b6595 /cad/linux-eagle5/Makefile | |
parent | Update to 2.7.6. (diff) |
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.
Diffstat (limited to '')
-rw-r--r-- | cad/linux-eagle5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 18f2ccfbe4db..bc3479040cbb 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/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 |