diff options
author | tron <tron@pkgsrc.org> | 2000-12-31 12:54:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-31 12:54:44 +0000 |
commit | fad432bd41bf723ba39fdb2aeec5432eecf21e69 (patch) | |
tree | d479a238705ee4223df27635d3003c997bc1d103 /www | |
parent | 3305ed73b7b08c53f9a61913abc29f9825b18238 (diff) | |
download | pkgsrc-fad432bd41bf723ba39fdb2aeec5432eecf21e69.tar.gz |
Add dependence on "suse_comapt" package to get libraries missing in X11
package of SuSE 6.4.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index dc39d53d69a..03f5f1c6895 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/17 13:21:19 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/12/31 12:54:44 tron Exp $ DISTNAME= opera-4.0-b4-20001211.012-static.i386 PKGNAME= opera-4.0b4 @@ -12,6 +12,7 @@ MASTER_SITES= http://opera.online.no/linux/tgz/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.opera.com/ +DEPENDS+= suse_compat>=6.4:../../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 |