summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-18 19:14:26 +0000
committernia <nia@pkgsrc.org>2021-06-18 19:14:26 +0000
commit656b0ae921de2addbffb01bb9a5f789e02c4aace (patch)
tree92f8b3fa7bee92a925108b4ea1942cb073efe4e3 /mail
parent05181d7f0b9c95ef659338c35dba819bbec3ea3f (diff)
downloadpkgsrc-656b0ae921de2addbffb01bb9a5f789e02c4aace.tar.gz
thunderbird68: use autoconf-2.13 explicitly
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird68/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird68/Makefile b/mail/thunderbird68/Makefile
index bf2ce274d33..c1c9976d6bb 100644
--- a/mail/thunderbird68/Makefile
+++ b/mail/thunderbird68/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/02/07 06:30:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/18 19:14:26 nia Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird68-${TB_VER}
@@ -43,9 +43,9 @@ post-extract:
pre-configure:
cd ${WRKSRC} && mkdir ${OBJDIR}
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
- cd ${WRKSRC}${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf
- cd ${WRKSRC}${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+ cd ${WRKSRC}${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+ cd ${WRKSRC}${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
touch ${WRKSRC}/.mozconfig
do-build: