aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-07-16 22:43:38 +0800
committermiwi <miwi@FreeBSD.org>2013-07-16 22:43:38 +0800
commit546892236c82f1a21e536f53c0f89a3992f738f4 (patch)
treeb0431d0e55a50d808a1018b72c39537ab891b781 /mail
parent61ac3bea72adccf54fe3a99946b7df731518429e (diff)
downloadfreebsd-ports-gnome-546892236c82f1a21e536f53c0f89a3992f738f4.tar.gz
freebsd-ports-gnome-546892236c82f1a21e536f53c0f89a3992f738f4.tar.zst
freebsd-ports-gnome-546892236c82f1a21e536f53c0f89a3992f738f4.zip
- Unbreak build after autotools update
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile1
-rw-r--r--mail/mutt14/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 6dbceeb437e2..6705e8e4a352 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS}
.endif
USE_AUTOTOOLS= automake autoconf
+AUTOMAKE_ARGS= --add-missing
USE_OPENSSL= yes
.if defined (MUTT_LITE)
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index b350e9a010a7..488e77742f34 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -95,6 +95,7 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake autoconf
+AUTOMAKE_ARGS= --add-missing
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include"
CONFIGURE_ARGS= --enable-pop --enable-imap --disable-fcntl \