diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | 30632e47b68f37214d56a29dd277da5bbe0a66ce (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /mail | |
parent | 1b9686c955abc62158298a59e17fbb6182cfbc6c (diff) | |
download | freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 7ca38d77ba0d..27053a3a6ce7 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -23,7 +23,7 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support -USES= pkgconfig shebangfix +USES= makeinfo pkgconfig shebangfix SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake |