diff options
author | wiz <wiz> | 2001-07-23 18:30:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-23 18:30:24 +0000 |
commit | 6dbbcf0e560a9c827df3d96461c8c865e2e918dd (patch) | |
tree | 2f00384ba6ba2ec206e0ebb923c34d6b9af373ac /www/navigator | |
parent | a39e72532a709650d8993a31c7194db2c0e6992d (diff) | |
download | pkgsrc-6dbbcf0e560a9c827df3d96461c8c865e2e918dd.tar.gz |
Add variable to make navigator/communicator _not_ depend on flash, and
document it in mk.conf.example. Adresses pkg/13343.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 6 |
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) |