Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 22:49:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416380 - head/mail/neomutt
Message-ID:  <201606042249.u54MnKD7078614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun  4 22:49:20 2016
New Revision: 416380
URL: https://svnweb.freebsd.org/changeset/ports/416380

Log:
  Add missing descriptions for options

Modified:
  head/mail/neomutt/Makefile

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Sat Jun  4 21:53:23 2016	(r416379)
+++ head/mail/neomutt/Makefile	Sat Jun  4 22:49:20 2016	(r416380)
@@ -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}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606042249.u54MnKD7078614>