diff options
author | richard <richard@pkgsrc.org> | 2013-11-24 12:37:40 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-11-24 12:37:40 +0000 |
commit | 3316722145646ca796aefea3d668d40279846f9d (patch) | |
tree | c1928c5eb20d6d9799cbcdccfdde3faf96c38f45 /www/firefox24/Makefile | |
parent | 58ef8a309854561a1cf4d498509116fd80b3a610 (diff) | |
download | pkgsrc-3316722145646ca796aefea3d668d40279846f9d.tar.gz |
fix solaris build and add dtrace option to firefox24
Diffstat (limited to 'www/firefox24/Makefile')
-rw-r--r-- | www/firefox24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox24/Makefile b/www/firefox24/Makefile index 364131e3528..f33e679aa8c 100644 --- a/www/firefox24/Makefile +++ b/www/firefox24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/11/21 15:25:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2013/11/24 12:37:40 richard Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 24.1.1 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox24-${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/} |