diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-12-13 21:04:32 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-12-13 21:04:32 +0000 |
commit | 439b26aa8fa2cda0971ed033ab9625c8faec3e7c (patch) | |
tree | b76687e787dc861ea7b01da9228aee5997bf6c45 /www/opera/Makefile | |
parent | f297a044f332a64c17d4c50f2706b02858a087ee (diff) | |
download | pkgsrc-439b26aa8fa2cda0971ed033ab9625c8faec3e7c.tar.gz |
Update opera to 4.0b4
PNG is now supported, asynchronous DNS is claimed to be more stable,
couple of SSL crashes were fixed; otherwise the changes are primarily
UI fixes.
However, Asynchronous DNS seems to ignore stuff in /etc/hosts now.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 71dc9ec4521..eaef50d96ae 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/11/29 13:24:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/13 21:04:32 jdolecek Exp $ -DISTNAME= opera-4.0-b3-static.i386 -PKGNAME= opera-4.0b3 +DISTNAME= opera-4.0-b4-20001211.012-static.i386 +PKGNAME= opera-4.0b4 CATEGORIES= www MASTER_SITES= http://opera.online.no/linux/tgz/ @@ -9,6 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.opera.com/ DEPENDS+= suse_libjpeg>=6.4:../../emulators/suse_libjpeg +DEPENDS+= suse_libjpeg>=6.4:../../emulators/suse_libpng DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |