From 31fe83ed461d192d849b5821e9ccb11678dccc9b Mon Sep 17 00:00:00 2001 From: simokawa Date: Wed, 6 Jan 1999 04:18:20 +0000 Subject: 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. --- www/linux-netscape47-navigator/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/linux-netscape47-navigator') diff --git a/www/linux-netscape47-navigator/Makefile b/www/linux-netscape47-navigator/Makefile index 61301270cf60..b7c31a6d6a1d 100644 --- a/www/linux-netscape47-navigator/Makefile +++ b/www/linux-netscape47-navigator/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 -- cgit