diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 10:31:51 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 10:31:51 +0800 |
commit | fc0a311479b996411ff7a6f245c63d252835ae64 (patch) | |
tree | 112ed18459dec512431d5bcf1affa3b937df966e /math/wingz3 | |
parent | 51e9726b73bab95be2960805f8eb7542fc9c6263 (diff) | |
download | freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.tar.gz freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.tar.zst freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.zip |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Diffstat (limited to 'math/wingz3')
-rw-r--r-- | math/wingz3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index 23bbfd597b86..393783d40fca 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 27 09:15:10 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.4 1997/07/13 18:49:25 max Exp $ +# $Id: Makefile,v 1.5 1998/08/05 09:31:29 asami Exp $ # DISTNAME= Wingz-142 @@ -16,6 +16,8 @@ MANINAINER= erich@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + NO_WRKSUBDIR= yes USE_X_PREFIX= yes |