diff options
author | obache <obache> | 2014-04-09 07:26:56 +0000 |
---|---|---|
committer | obache <obache> | 2014-04-09 07:26:56 +0000 |
commit | b2e56edd0a9bbed100d13f6671e10f5e943dd1bb (patch) | |
tree | c131f2110563289fb2f3c5b5d1ef63cd5f07c097 /www/firefox | |
parent | f3a342e31a6cef2af653986970786eaabafbeaf8 (diff) | |
download | pkgsrc-b2e56edd0a9bbed100d13f6671e10f5e943dd1bb.tar.gz |
recursive bump from icu shlib major bump.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 954335a1e9d..4942d36c2e7 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2014/03/20 21:02:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.157 2014/04/09 07:27:17 obache Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 28.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |