diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | fc0a311479b996411ff7a6f245c63d252835ae64 (patch) | |
tree | 112ed18459dec512431d5bcf1affa3b937df966e /www/aswedit | |
parent | 51e9726b73bab95be2960805f8eb7542fc9c6263 (diff) | |
download | FreeBSD-ports-fc0a311479b996411ff7a6f245c63d252835ae64.zip FreeBSD-ports-fc0a311479b996411ff7a6f245c63d252835ae64.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Diffstat (limited to 'www/aswedit')
-rw-r--r-- | www/aswedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index b5cd9bd..069a711 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -3,7 +3,7 @@ # Date created: 25 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.1.1.1 1997/07/10 06:27:38 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/24 01:11:53 steve Exp $ # DISTNAME= asWedit-4.0-i386.linux @@ -18,6 +18,7 @@ MAINTAINER= brett@peloton.physics.montana.edu RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" NO_BUILD= yes NO_PACKAGE= ${RESTRICTED} |