diff options
author | soren <soren> | 2000-01-11 02:25:28 +0000 |
---|---|---|
committer | soren <soren> | 2000-01-11 02:25:28 +0000 |
commit | c605cc2ff6f4e264e02204f70257c2558b371ede (patch) | |
tree | cf2604dc53b55fec4c87a006cd85f387acf461a4 /www/navigator | |
parent | 17e6a55090fb9dd0fce5f854e0d8468a385cdb4e (diff) | |
download | pkgsrc-c605cc2ff6f4e264e02204f70257c2558b371ede.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 |