From 18d4278d73a2167937ebace4385977c5eebb4985 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 29 Sep 2018 20:38:39 +0000 Subject: mail/mpop: sort _DEFAULT after r480920 --- mail/mpop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') 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 -- cgit