diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-23 18:30:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-23 18:30:24 +0000 |
commit | 77d1591c0aacd224102b751398ed9b0994712a06 (patch) | |
tree | 2f00384ba6ba2ec206e0ebb923c34d6b9af373ac /www/navigator/Makefile.common | |
parent | ee3f60dfcdcf6a43c0b160b2afca8fe813c91cd8 (diff) | |
download | pkgsrc-77d1591c0aacd224102b751398ed9b0994712a06.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/Makefile.common')
-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) |