diff options
author | tron <tron@pkgsrc.org> | 2000-07-28 13:53:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-28 13:53:44 +0000 |
commit | de33d8dac2931766750b3822abcda3d5496549d6 (patch) | |
tree | e8e1f4104b0606d841c05367992937f356917f70 /www/navigator | |
parent | a9d1eaf13b096c1f415861914f10c135b22a778a (diff) | |
download | pkgsrc-de33d8dac2931766750b3822abcda3d5496549d6.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 |