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/linux-netscape47-navigator | |
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/linux-netscape47-navigator')
-rw-r--r-- | www/linux-netscape47-navigator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |