diff options
author | martin <martin@pkgsrc.org> | 2016-05-04 16:22:35 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2016-05-04 16:22:35 +0000 |
commit | 0b5c36bc4929cea972f5ed78b902ea298d24e688 (patch) | |
tree | 88d073c65e8dc2dc1831db873e13b46c975c076b /www/firefox/Makefile | |
parent | 89eb695a6dd0671c777eb371b8f3dfe82d0cc673 (diff) | |
download | pkgsrc-0b5c36bc4929cea972f5ed78b902ea298d24e688.tar.gz |
Make it buildable on sparc64
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3a723eea112..560a3c6158e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.251 2016/04/29 23:42:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.252 2016/05/04 16:22:35 martin Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 46.0 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |