diff options
-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) |