diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:49:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:49:56 +0000 |
commit | bc0d55eeaa6fc8ef277a12f5a59ab80171528320 (patch) | |
tree | 807397de72d9e3541be227ba5d9f73a4dc6cd274 /mail/anubis | |
parent | 3e487c61f24688baa4f87d3ac9865a8df0533139 (diff) | |
download | ports-bc0d55eeaa6fc8ef277a12f5a59ab80171528320.tar.gz ports-bc0d55eeaa6fc8ef277a12f5a59ab80171528320.zip |
Notes
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 9d7bff9abf44..a0651ebebe3e 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -23,14 +23,12 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support -USES= charsetfix cpe makeinfo pkgconfig shebangfix +USES= autoreconf charsetfix cpe makeinfo pkgconfig shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk CPE_VENDOR= gnu SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis -USE_AUTOTOOLS= aclocal autoheader autoconf automake -ACLOCAL_ARGS= -I m4 -I gint -I am -AUTOMAKE_ARGS= --force --add-missing +GNU_CONFIGURE= yes INFO= anubis PORTEXAMPLES= 1anubisrc 2anubisrc |