diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2002-04-01 14:18:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2002-04-01 14:18:37 +0000 |
commit | 6b675198b74df4a1e8c6ca38fe8ff842eca24cc4 (patch) | |
tree | 78c24a74ef6c902cb8912f7880701d8fac8e0527 /www/opera6 | |
parent | 3d49910f925aeb431e6bf5d8bf2de6f3304b4ed6 (diff) | |
download | pkgsrc-6b675198b74df4a1e8c6ca38fe8ff842eca24cc4.tar.gz |
Seems to work fine with suse_compat-6.3 and suse_x11-6.3, so adjust
DEPENDS appropriately.
Diffstat (limited to 'www/opera6')
-rw-r--r-- | www/opera6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera6/Makefile b/www/opera6/Makefile index 8110e640617..00921c8688d 100644 --- a/www/opera6/Makefile +++ b/www/opera6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/17 03:37:57 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/01 14:18:37 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} CATEGORIES= www @@ -28,10 +28,10 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC OPERA_PKG_VERSION= 6.0 .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= i386 OPERA_DIR= 600/beta1 |