diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 21:49:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 21:49:56 +0800 |
commit | a978b54511c503030a12791329c1af47b2a93af2 (patch) | |
tree | 807397de72d9e3541be227ba5d9f73a4dc6cd274 /mail | |
parent | 37bbc5f1709ea987e00e3a0a06898fe78221c53c (diff) | |
download | freebsd-ports-gnome-a978b54511c503030a12791329c1af47b2a93af2.tar.gz freebsd-ports-gnome-a978b54511c503030a12791329c1af47b2a93af2.tar.zst freebsd-ports-gnome-a978b54511c503030a12791329c1af47b2a93af2.zip |
Convert to USES=autoreconf
Diffstat (limited to 'mail')
-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 |