diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 04:18:20 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 04:18:20 +0000 |
commit | 2adec5725fa5d69ead4c79f9cab5438761c95a85 (patch) | |
tree | 2a41a517e89525813b55b977207a460ed8bb46ba /www/netscape7/Makefile | |
parent | 65b1f7947a678fbf9dfd48fa842f9940c7031fe2 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=15876
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 61301270cf60..b7c31a6d6a1d 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.5 1998/06/16 13:34:24 asami Exp $ +# $Id: Makefile,v 1.6 1998/12/24 06:29:59 steve Exp $ # DISTNAME= linux-netscape-4.08 @@ -17,6 +17,8 @@ MAINTAINER= tom@eborcom.com RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/communicator-v408.x86-unknown-linux1.2 NO_BUILD= Yes |