diff options
author | mita <mita@FreeBSD.org> | 2002-08-03 10:57:04 +0000 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-08-03 10:57:04 +0000 |
commit | bbf1bcf72f0812dbe30b8d6384eef08707330780 (patch) | |
tree | 69bce8b97a0d2ceff3b17306cc1667bdae1148e4 /german | |
parent | 23c949ae9195345d5ce2853841c7c8589885beb0 (diff) | |
download | FreeBSD-ports-bbf1bcf72f0812dbe30b8d6384eef08707330780.zip FreeBSD-ports-bbf1bcf72f0812dbe30b8d6384eef08707330780.tar.gz |
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 'german')
-rw-r--r-- | german/linux-eagle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/linux-eagle/Makefile b/german/linux-eagle/Makefile index 18f2ccf..bc34790 100644 --- a/german/linux-eagle/Makefile +++ b/german/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 |