diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-22 12:39:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-22 12:39:55 +0000 |
commit | eb001edfc989a1b9be4b33f9be394d2b54654f71 (patch) | |
tree | 055e7e470ae9ff6d162cddd1d254d129b489d239 | |
parent | f18c548d4665f8bb910f188a4a7060a87da3da72 (diff) | |
download | pkgsrc-eb001edfc989a1b9be4b33f9be394d2b54654f71.tar.gz |
include xpi.mk from firefox 52. Thin package is beased on Gecko 52
-rw-r--r-- | mail/thunderbird-l10n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird-l10n/Makefile b/mail/thunderbird-l10n/Makefile index a1c801096ce..185100ff085 100644 --- a/mail/thunderbird-l10n/Makefile +++ b/mail/thunderbird-l10n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2018/07/30 19:53:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.68 2018/11/22 12:39:55 ryoon Exp $ # TB_VER= 52.9.1 @@ -28,5 +28,5 @@ TB_LOCALES= ar ast be bg bn-BD br ca cs cy \ EXTENSIONS_DIR= ${PREFIX}/lib/thunderbird/extensions XPI_FILES= ${TB_LOCALES:=.xpi} -.include "../../www/firefox/xpi.mk" +.include "../../www/firefox52/xpi.mk" .include "../../mk/bsd.pkg.mk" |