diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-05-31 16:36:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-05-31 16:36:47 +0000 |
commit | 75dfd1d9534013d7128bafbde7778fb4134a11c9 (patch) | |
tree | e32dc5a71aebc8f5dbb4f2bf1d21645f8940f641 /www/opera7 | |
parent | e9553575c2206c909b1b7a17e7eca4c738ca20cc (diff) | |
download | pkgsrc-75dfd1d9534013d7128bafbde7778fb4134a11c9.tar.gz |
add dependancy on suse_openmotif package, so that operamotifwrapper
(used to run the netscape plugins) has the motif library it depends on; while
opera-plugins takes care of this, I prefer direct depend in opera7 package
this adresses PR pkg/21734 by Kai Puolamaki
bump all dependancies to SuSE pkgs >= 7.3, since this is what opera7 was
tested against; the >= 6.[34] could be put back if someone confirms
opera7 actually works correctly with SuSE 6.3, 6.4 libraries
Diffstat (limited to 'www/opera7')
-rw-r--r-- | www/opera7/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index cb4b8565c28..1655d1ab19a 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/05/23 21:32:25 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/31 16:36:47 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.panix.com/opera/files/linux/${OPERA_DIR}/ \ ftp://ftp.hu-berlin.de/pub/www/opera/linux/${OPERA_DIR}/ \ @@ -33,11 +34,12 @@ USE_BUILDLINK2= # defined OPERA_PKG_VERSION= 7.11 .if (${MACHINE_ARCH} == i386) -DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_freetype2>=6.3:../../emulators/${SUSE_DIR_PREFIX}_freetype2 -DEPENDS+= suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg -DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng -DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_freetype2>=7.3:../../emulators/${SUSE_DIR_PREFIX}_freetype2 +DEPENDS+= suse_libjpeg>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libjpeg +DEPENDS+= suse_libpng>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libpng +DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif OPERA_ARCH= i386 OPERA_PKG_VERSION= 7.11 |