aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile2
-rw-r--r--mail/opensmtpd/files/patch-bootstrap7
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index 77a5f396edef..e9273133ef4e 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -30,7 +30,7 @@ SOCKS_DESC= SOCKS proxy support
USE_RC_SUBR= anubis
USE_AUTOTOOLS= aclocal autoheader autoconf automake
ACLOCAL_ARGS= -I m4 -I am
-AUTOMAKE_ARGS= --force
+AUTOMAKE_ARGS= --force --add-missing
MAN1= anubis.1
INFO= anubis
diff --git a/mail/opensmtpd/files/patch-bootstrap b/mail/opensmtpd/files/patch-bootstrap
new file mode 100644
index 000000000000..6ad5a2ffbca8
--- /dev/null
+++ b/mail/opensmtpd/files/patch-bootstrap
@@ -0,0 +1,7 @@
+--- bootstrap.orig 2013-06-04 08:13:28.000000000 +0000
++++ bootstrap 2013-07-23 20:06:15.000000000 +0000
+@@ -38,3 +38,3 @@
+ amvers="no"
+-for v in 13 12 11 10 9 8 7 6 5; do
++for v in 14 13 12 11 10 9 8 7 6 5; do
+ if automake-1.${v} --version >/dev/null 2>&1; then