diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-30 04:38:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-30 04:38:39 +0800 |
commit | 18d4278d73a2167937ebace4385977c5eebb4985 (patch) | |
tree | 03825ea4a8d29484f058954a779265e61e761016 /mail/mpop | |
parent | a32b45ccb7fa77813685a6c3f95562680e3e936c (diff) | |
download | freebsd-ports-gnome-18d4278d73a2167937ebace4385977c5eebb4985.tar.gz freebsd-ports-gnome-18d4278d73a2167937ebace4385977c5eebb4985.tar.zst freebsd-ports-gnome-18d4278d73a2167937ebace4385977c5eebb4985.zip |
mail/mpop: sort _DEFAULT after r480920
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 6d15ecb7bffe..4b44ccc871d8 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -21,7 +21,7 @@ INFO= mpop OPTIONS_DEFINE= GSASL IDN LIBSECRET NLS OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL -OPTIONS_DEFAULT= IDN GNUTLS +OPTIONS_DEFAULT= GNUTLS IDN OPTIONS_SUB= yes GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls |