aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2013-02-03 01:01:31 +0800
committernovel <novel@FreeBSD.org>2013-02-03 01:01:31 +0800
commit548e032f8d0c28cdad68403a79babccc50a15a3d (patch)
tree5008637b72c9c6f3ab2f0f0fca059e36aae84e71
parent614d3ccb2628652a949112e25cd66c5f8634491b (diff)
downloadfreebsd-ports-gnome-548e032f8d0c28cdad68403a79babccc50a15a3d.tar.gz
freebsd-ports-gnome-548e032f8d0c28cdad68403a79babccc50a15a3d.tar.zst
freebsd-ports-gnome-548e032f8d0c28cdad68403a79babccc50a15a3d.zip
- Rename option GNOME_KEYRING to GNOMEKEYRING which appears to
be a canonical name for it - Drop description for options that already have it defined Noted by: danfe
-rw-r--r--mail/msmtp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 743b822acc92..358838f23c77 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -23,16 +23,12 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= msmtp.1
INFO= msmtp
-OPTIONS_DEFINE= GSASL NLS IDN GNOME_KEYRING MSMTPQ
+OPTIONS_DEFINE= GSASL NLS IDN GNOMEKEYRING MSMTPQ
OPTIONS_RADIO= TLS
OPTIONS_RADIO_TLS= GNUTLS OPENSSL
OPTIONS_DEFAULT= MSMTPQ OPENSSL
-GNUTLS_DESC= GnuTLS support
-OPENSSL_DESC= SSL (Secure Socket Layer) support
GSASL_DESC= GSASL support
-IDN_DESC= Internationalized Domain Names support
-GNOME_KEYRING_DESC= GNOME Keyring auth support
MSMTPQ_DESC= Install offline messaging scripts
.include <bsd.port.options.mk>
@@ -66,7 +62,7 @@ CONFIGURE_ARGS+= --with-libidn
CONFIGURE_ARGS+= --without-libidn
.endif
-.if ${PORT_OPTIONS:MGNOME_KEYRING}
+.if ${PORT_OPTIONS:MGNOMEKEYRING}
CONFIGURE_ARGS+= --with-gnome-keyring
LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/gnome-keyring
.else