From d2331cf6b52878af7bdec9f8f090159ecc5d5767 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 10 Mar 2006 22:44:52 +0000 Subject: Accept suse100* packages too. Bump PKGREVISION. --- www/firefox-bin/Makefile | 4 ++-- www/mozilla-bin/Makefile | 4 ++-- www/mozilla-bin/Makefile.common | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile index 4e140c07c28..d632dc01323 100644 --- a/www/firefox-bin/Makefile +++ b/www/firefox-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:11:21 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/10 22:45:24 wiz Exp $ MOZILLA= firefox -PKGREVISION= 1 +PKGREVISION= 2 MOZ_VER= 1.5.0.1 MOZ_DISTVER= ${MOZ_VER} diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index a0021fe1cc5..95b955923d3 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/02/05 23:11:25 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/03/10 22:45:24 wiz Exp $ MOZILLA= mozilla -PKGREVISION= 1 +PKGREVISION= 2 MOZ_VER= 1.7.12 COMMENT= Full featured gecko-based browser (binary pkg) diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 9bbb4ff4fbe..db48d0df09c 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2006/01/05 23:58:23 joerg Exp $ +# $NetBSD: Makefile.common,v 1.34 2006/03/10 22:45:24 wiz Exp $ DISTNAME= # see Makefile.${OPSYS}.${ARCH} PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER} @@ -78,8 +78,8 @@ _COMPAT16_LIBSTDCXX= YES . if ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "netbsd" DEPENDS+= gtk2+>=2.4:../../x11/gtk2 . elif ${OPSYS} == "NetBSD" && ${MOZ_PLATFORM} == "linux" -DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale +DEPENDS+= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale . else DEPENDS+= gtk2+>=2.2:../../x11/gtk2 . endif -- cgit v1.2.3