diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | d7d791cfa6686861a5ce83778fa10aacad54f40e (patch) | |
tree | b89620de2dfc36665774af847d71410b6c4037b3 /lang/ETHOberonV4 | |
parent | Activate linux_devtools (diff) |
Make port depend on linux_base instead of linux_lib.
Notes
Notes:
svn path=/head/; revision=20299
Diffstat (limited to 'lang/ETHOberonV4')
-rw-r--r-- | lang/ETHOberonV4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ETHOberonV4/Makefile b/lang/ETHOberonV4/Makefile index 8db3230aeb32..56cdf252bcb5 100644 --- a/lang/ETHOberonV4/Makefile +++ b/lang/ETHOberonV4/Makefile @@ -3,7 +3,7 @@ # Date created: 12 July 1998 # Whom: Jerry Hicks <jhicks@glenatl.glenayre.com> # -# $Id: Makefile,v 1.1.1.1 1998/07/20 03:51:44 steve Exp $ +# $Id: Makefile,v 1.2 1999/01/07 02:31:44 simokawa Exp $ # DISTNAME= ETHLinuxOberon @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jhicks@glenatl.glenayre.com # XXX - how to fix the following? -RUN_DEPENDS= /compat/linux/lib/libc.so.5.4.23:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= licensing |