diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | 4b86d315caa202257c69cf3fd9c9323bbc82a872 (patch) | |
tree | 56e1e584318ae956bfb73c47dd2a669c9849cf18 /www/aswedit | |
parent | 8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (diff) |
Notes
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 b5cd9bd8c9a8..069a71135cf9 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} |