diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-10 22:44:52 +0000 |
commit | d2331cf6b52878af7bdec9f8f090159ecc5d5767 (patch) | |
tree | 2e3f0bb50bdb923e5a6803f85f2068b46228c2b7 /www | |
parent | afae5e320b0fb00de632fc4cf4d1425309c22712 (diff) | |
download | pkgsrc-d2331cf6b52878af7bdec9f8f090159ecc5d5767.tar.gz |
Accept suse100* packages too. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.common | 6 |
3 files changed, 7 insertions, 7 deletions
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 |