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 /math/wingz | |
parent | 4f879317f77b8dce9274748b7227f28efe59d512 (diff) | |
download | ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.tar.gz ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.zip |
Notes
Diffstat (limited to 'math/wingz')
-rw-r--r-- | math/wingz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 393783d40fca..7bb56bb885c2 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1998/08/05 09:31:29 asami Exp $ +# $Id: Makefile,v 1.6 1999/01/07 02:31:45 simokawa Exp $ # DISTNAME= Wingz-142 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MANINAINER= erich@FreeBSD.org -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |