summaryrefslogtreecommitdiff
path: root/www/mozilla-bin
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-10 22:44:52 +0000
committerwiz <wiz@pkgsrc.org>2006-03-10 22:44:52 +0000
commitd2331cf6b52878af7bdec9f8f090159ecc5d5767 (patch)
tree2e3f0bb50bdb923e5a6803f85f2068b46228c2b7 /www/mozilla-bin
parentafae5e320b0fb00de632fc4cf4d1425309c22712 (diff)
downloadpkgsrc-d2331cf6b52878af7bdec9f8f090159ecc5d5767.tar.gz
Accept suse100* packages too. Bump PKGREVISION.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r--www/mozilla-bin/Makefile4
-rw-r--r--www/mozilla-bin/Makefile.common6
2 files changed, 5 insertions, 5 deletions
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