diff options
author | soren <soren@pkgsrc.org> | 2000-01-11 02:25:28 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-01-11 02:25:28 +0000 |
commit | 2259fe94f260d44c734926e2f2b7f1c9baa27623 (patch) | |
tree | cf2604dc53b55fec4c87a006cd85f387acf461a4 /www/navigator | |
parent | 5b59feda75162b8e2e5e5412b32554f8c448d20a (diff) | |
download | pkgsrc-2259fe94f260d44c734926e2f2b7f1c9baa27623.tar.gz |
Allow newer versions of SuSE Linux libraries.
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 5508d0d8168..e0c92b00697 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2000/01/09 19:29:37 tsarna Exp $ +# $NetBSD: Makefile.common,v 1.3 2000/01/11 02:25:29 soren Exp $ # # Common include file for communicator and navigator packages @@ -30,7 +30,7 @@ WRKNAME= alpha-dec-osf4.0 VENDOR_NAME= Tru64 UNIX # .elif (${MACHINE_ARCH} == "i386") -DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux +DEPENDS= suse_linux>=6.1p1:../../emulators/suse_linux DISTUNAME= x86-unknown-linuxglibc2.0 DIST_DIR_NAME= supported/linux20_glibc2 WRKNAME= x86-unknown-linux2.0 |