diff options
author | wiz <wiz> | 2001-05-11 09:15:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-11 09:15:43 +0000 |
commit | 0245d97b0a39855705f0d1a099d372efec2b2ca2 (patch) | |
tree | e2d62a8fbd19ec58a10f98ee20a60798c96df3bf /www/navigator | |
parent | 9a1778291bfe6791e6639960126469f28c224ade (diff) | |
download | pkgsrc-0245d97b0a39855705f0d1a099d372efec2b2ca2.tar.gz |
Adapt to new version number of linuxppc_lib.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index ae50e85c704..4cbd4a055a2 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2001/05/01 21:37:04 wiz Exp $ +# $NetBSD: Makefile.common,v 1.37 2001/05/11 09:15:43 wiz Exp $ # # Common include file for communicator and navigator packages @@ -78,7 +78,7 @@ IGNORE= "There is no navigator-only package for PowerPC" IGNORE+= "platform. Please cd to ../communicator and" IGNORE+= "install communicator package instead." .endif -DEPENDS+= linuxppc_lib>=2000.q4.2:../../emulators/linuxppc_lib +DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib NS_VERS= 4.73 DISTNAME= netscape-4.7-3.ppc PKGNAME= ${BINNAME}-${NS_VERS} |