summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2002-04-02 20:46:34 +0000
committerjdolecek <jdolecek@pkgsrc.org>2002-04-02 20:46:34 +0000
commit8401db6683c9423a70a107c0c113afddedd8de6c (patch)
treeb9de020f130365311bfa029162bbe25e4828791a /www
parent8580ba364a57e03b20a8bb1123e99d6a3885eda7 (diff)
downloadpkgsrc-8401db6683c9423a70a107c0c113afddedd8de6c.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/Makefile6
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)