diff options
author | tron <tron> | 2000-07-28 13:53:44 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-28 13:53:44 +0000 |
commit | 034e992cbda59e14755177a49b2921c8e40f98c3 (patch) | |
tree | e8e1f4104b0606d841c05367992937f356917f70 /www/navigator | |
parent | 52fd7ef6e223c9feae2fa4fa568b7973d49053af (diff) | |
download | pkgsrc-034e992cbda59e14755177a49b2921c8e40f98c3.tar.gz |
The Netscape binaries for Linux 2.2 require at least version 6.3 of
the SuSE packages to work properly. Update dependences to reflect this.
Fixes PR pkg/10050 by Sean Doran.
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 24c98ae5592..90c5292e480 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2000/07/25 06:53:13 tron Exp $ +# $NetBSD: Makefile.common,v 1.15 2000/07/28 13:53:44 tron Exp $ # # Common include file for communicator and navigator packages @@ -43,7 +43,7 @@ VENDOR_NAME= BSD/OS 2.1 # .elif (${MACHINE_ARCH} == "i386") PLIST_ARCH= linux-i386 -DEPENDS= suse_linux>=6.1:../../emulators/suse_linux +DEPENDS= suse_linux>=6.3:../../emulators/suse_linux DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 |