diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-06 09:38:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-06 09:38:30 +0000 |
commit | 6591ddca50d5fee40d821e2cbc159fa66ae837b7 (patch) | |
tree | 30e50abbf9d6bcb0e20ee515631126b8f8f19d46 /www | |
parent | 205dfa09769bfafb5f63600b17db728b42dc1f80 (diff) | |
download | pkgsrc-6591ddca50d5fee40d821e2cbc159fa66ae837b7.tar.gz |
Dependencies need some sort of version number, whether an exact match, a
shell expression, or an arithmetic inequality, for binary packages to work
properly: add one to ns-flash (>4.0).
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index d200b9a3cba..a16f5f42436 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2001/03/05 20:15:59 abs Exp $ +# $NetBSD: Makefile.common,v 1.30 2001/03/06 09:38:30 jlam Exp $ # # Common include file for communicator and navigator packages @@ -28,7 +28,7 @@ DISTUNAME= sparc-sun-solaris2.5.1 DIST_DIR_NAME= supported/sunos551 WRKNAME= sparc-sun-solaris2.5.1 VENDOR_NAME= Solaris 2.5.1 -DEPENDS+= ns-flash:../../graphics/ns-flash +DEPENDS+= ns-flash>4.0:../../graphics/ns-flash # .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) @@ -56,7 +56,7 @@ DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 VENDOR_NAME= Linux 2.2 -DEPENDS+= ns-flash:../../graphics/ns-flash +DEPENDS+= ns-flash>4.0:../../graphics/ns-flash # .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) |