diff options
author | jdolecek <jdolecek> | 2001-02-21 07:44:17 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2001-02-21 07:44:17 +0000 |
commit | 3ce3057ddb94f61530ef783ea3e9e6b4dcceb254 (patch) | |
tree | 5715ff95772ed5ed6cf54cd30a2c63b4f42766c7 /www | |
parent | 97ee9ff020a13c14558d541c02a76038b5a80d7f (diff) | |
download | pkgsrc-3ce3057ddb94f61530ef783ea3e9e6b4dcceb254.tar.gz |
change dependencies to suse_compat>=6.3, suse_x11>=6.3 - opera
seems to work with 6.3 versions just ok
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index e5f76517c5c..9a2caa46177 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/20 19:23:24 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/21 07:44:17 jdolecek Exp $ DISTNAME= opera-5.0-b6-20010212.017-static.i386 PKGNAME= opera-5.0b6 @@ -13,10 +13,10 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.opera.com/ COMMENT= Small, fast and customizable WWW client -DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat +DEPENDS+= suse_compat>=6.3:../../emulators/suse_compat DEPENDS+= suse_libjpeg>=6.4:../../emulators/suse_libjpeg DEPENDS+= suse_libpng>=6.4:../../emulators/suse_libpng -DEPENDS+= suse_x11>=6.4:../../emulators/suse_x11 +DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |