From 0ed415303bfed68ba4501c5ecd166378bc5918f3 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 30 Sep 2003 09:06:01 +0000 Subject: only pull in ../../emulators/suse_linux/Makefile.application if we are actually using a Linux version of netscape. Fixes build on alpha under compat_osf1 and probably sparc under compat_svr4. --- www/netscape/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/netscape') diff --git a/www/netscape/Makefile b/www/netscape/Makefile index 4a5bfaefde1..180f0e3e341 100644 --- a/www/netscape/Makefile +++ b/www/netscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/08 09:38:39 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/30 09:06:01 dmcmahill Exp $ # COMMENT= Open new window using netscape-like browser @@ -33,5 +33,9 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${PREFIX}/bin/netscape +# this will be set in ../navigator/Makefile.common if we are using a linux +# netscape. +.if defined(NS_NEED_LINUX) .include "../../emulators/suse_linux/Makefile.application" +.endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3