diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | af7cc6136eea7b82d789f4a8304d4632d155721f (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /mail | |
parent | 0b8e7b7bf96ceca3e09afb45bcb5eca5212086e0 (diff) | |
download | freebsd-ports-gnome-af7cc6136eea7b82d789f4a8304d4632d155721f.tar.gz freebsd-ports-gnome-af7cc6136eea7b82d789f4a8304d4632d155721f.tar.zst freebsd-ports-gnome-af7cc6136eea7b82d789f4a8304d4632d155721f.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 |