summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-08-03 17:23:57 +0000
committernia <nia@pkgsrc.org>2020-08-03 17:23:57 +0000
commit3911183e081e6502e9c865ebc169a1f62595fd9c (patch)
treeae03d36c3a49e297ff9d8d4940765dfbfe9c965d /www
parent8377373d61ff117164726a5ac73cb2896862aafc (diff)
downloadpkgsrc-3911183e081e6502e9c865ebc169a1f62595fd9c.tar.gz
firefox-esr: Up to firefox78
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index dc0652737b0..bae6a7addf4 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 20:42:10 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/03 17:23:57 nia Exp $
-ESR_VER= 68
+ESR_VER= 78
PKGNAME= firefox-esr-${ESR_VER}
CATEGORIES= www meta-pkgs
DISTFILES= #
@@ -11,6 +11,6 @@ COMMENT= Meta-package for installing the most recent Firefox ESR version
META_PACKAGE= yes
-DEPENDS+= firefox${ESR_VER}-[0-9]*:../../www/firefox${ESR_VER}
+DEPENDS+= firefox${ESR_VER}>=${ESR_VER}.0.0:../../www/firefox${ESR_VER}
.include "../../mk/bsd.pkg.mk"