diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-05 06:49:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-05 06:49:20 +0800 |
commit | b58d632ef9f5dca7db0ca39a52d4e445ab62d90f (patch) | |
tree | bd8d9e0cccc5f95a5d9659a26a954ee8ecb175bd /mail | |
parent | 7a0b7d219c475127efaf0b5217186fb6593eb3ec (diff) | |
download | freebsd-ports-gnome-b58d632ef9f5dca7db0ca39a52d4e445ab62d90f.tar.gz freebsd-ports-gnome-b58d632ef9f5dca7db0ca39a52d4e445ab62d90f.tar.zst freebsd-ports-gnome-b58d632ef9f5dca7db0ca39a52d4e445ab62d90f.zip |
Add missing descriptions for options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/neomutt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 5146dcc63f75..0cc0523d840a 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -28,6 +28,9 @@ SHEBANG_FILES= smime_keys.pl OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME +FLOCK_DESC= Use flock() to lock files +GPGME_DESC= Use gpgme to handle pgp + CONFIGURE_ARGS= --disable-dependency-tracking \ --with-docdir="${DOCSDIR}" \ --with-ssl="${OPENSSLBASE}" \ |