diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-06 12:18:20 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-06 12:18:20 +0800 |
commit | 31fe83ed461d192d849b5821e9ccb11678dccc9b (patch) | |
tree | eaea9775f3e1b5f97e8b6b548a26e07ce84807bf /www/netscape4-communicator.us | |
parent | f090edff868a8b568b8ee9fa899e8748196f3720 (diff) | |
download | freebsd-ports-gnome-31fe83ed461d192d849b5821e9ccb11678dccc9b.tar.gz freebsd-ports-gnome-31fe83ed461d192d849b5821e9ccb11678dccc9b.tar.zst freebsd-ports-gnome-31fe83ed461d192d849b5821e9ccb11678dccc9b.zip |
Add 'ONLY_FOR_ARCHS=i386' to Makefiles of variant Netscapes.
- In fact, current bsd.port.mk does nothing about this *_FOR_ARCHS flags,
but bsd.port.mk will be updated soon by Asami-san.
- Some people is working on OSF/1 emulation on alpha.
We may have netscape port on alpha near future.
Diffstat (limited to 'www/netscape4-communicator.us')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index a098b976104a..13501949e09a 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,7 +4,7 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.5 1998/10/19 17:37:36 obrien Exp $ +# $Id: Makefile,v 1.6 1998/12/11 08:04:22 obrien Exp $ # DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 @@ -16,6 +16,7 @@ MAINTAINER= obrien@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_lib RESTRICTED= "Commerial & USA ITAR export restrictions" +ONLY_FOR_ARCHS= i386 NO_FETCH= yes NO_BUILD= Yes |