diff options
author | jdolecek <jdolecek> | 2002-04-02 20:46:34 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2002-04-02 20:46:34 +0000 |
commit | 932bbec935a65a6e424b376a23702ab65e8b97d5 (patch) | |
tree | b9de020f130365311bfa029162bbe25e4828791a /www | |
parent | 5af246efa749783ab39602dae2a3bd9c97145b80 (diff) | |
download | pkgsrc-932bbec935a65a6e424b376a23702ab65e8b97d5.tar.gz |
this works fine with suse_compat-6.3 and suse_x11-6.3, too
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 e5575927af6..d07251a8d6e 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/05/15 12:01:16 tron Exp $ +# $NetBSD: Makefile,v 1.22 2002/04/02 20:46:34 jdolecek Exp $ DISTNAME= opera-5.0.1 CATEGORIES= www @@ -23,10 +23,10 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == i386) -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 OPERA_ARCH= ${MACHINE_ARCH} .elif (${MACHINE_ARCH} == powerpc) |