summaryrefslogtreecommitdiff
path: root/www/navigator
diff options
context:
space:
mode:
Diffstat (limited to 'www/navigator')
-rw-r--r--www/navigator/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index 4cbd4a055a2..0e73f00b8ad 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2001/05/11 09:15:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.38 2001/07/23 18:30:26 wiz Exp $
#
# Common include file for communicator and navigator packages
@@ -28,7 +28,9 @@ DISTUNAME= sparc-sun-solaris2.5.1
DIST_DIR_NAME= supported/sunos551
WRKNAME= sparc-sun-solaris2.5.1
VENDOR_NAME= Solaris 2.5.1
+.if !defined(NS_NO_FLASH)
DEPENDS+= ns-flash>4.0:../../graphics/ns-flash
+.endif
#
.elif (${MACHINE_ARCH} == "alpha")
.if !exists(/emul/osf1/sbin/loader)
@@ -56,7 +58,9 @@ DISTUNAME= x86-unknown-linux2.2
DIST_DIR_NAME= supported/linux22
WRKNAME= x86-unknown-linux2.2
VENDOR_NAME= Linux 2.2
+.if !defined(NS_NO_FLASH)
DEPENDS+= ns-flash>4.0:../../graphics/ns-flash
+.endif
#
.elif (${MACHINE_ARCH} == "sparc")
.if !exists(/emul/sunos/usr/lib/ld.so)