summaryrefslogtreecommitdiff
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
parentafae5e320b0fb00de632fc4cf4d1425309c22712 (diff)
downloadpkgsrc-d2331cf6b52878af7bdec9f8f090159ecc5d5767.tar.gz
Accept suse100* packages too. Bump PKGREVISION.
-rw-r--r--print/acroread7/Makefile8
-rw-r--r--www/firefox-bin/Makefile4
-rw-r--r--www/mozilla-bin/Makefile4
-rw-r--r--www/mozilla-bin/Makefile.common6
4 files changed, 11 insertions, 11 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile
index 9c49f6fd878..1cf8c3a4d1e 100644
--- a/print/acroread7/Makefile
+++ b/print/acroread7/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:28 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/10 22:44:52 wiz Exp $
DISTNAME= acroread7 # Overridden below
PKGNAME= acroread7-7.0.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/
@@ -36,8 +36,8 @@ PLATFORM= unknown
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "i386")
-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
DISTNAME= AdbeRdr701_linux_enu
PLATFORM= intellinux
.endif
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