aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--mail/mutt-ng/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index f106b3c77c95..d6a142efeac4 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -289,7 +289,7 @@ CFLAGS+= -I${LOCALBASE}/include/db42
WITH_MUTT_IDN= yes
.endif
.if defined(WITH_MUTT_IDN)
-LIB_DEPENDS+= idn:${PORTSDIR}/devel/libidn
+LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
.endif
.if ! defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT)
post-patch::
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile
index 38e81826b46e..dd132d9f33d3 100644
--- a/mail/mutt-ng/Makefile
+++ b/mail/mutt-ng/Makefile
@@ -135,7 +135,7 @@ CONFIGURE_ARGS+= --with-libesmtp=${LOCALBASE}
.endif
.if defined(WITH_LIBIDN)
-LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn
+LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
CONFIGURE_ARGS+= --with-idn=${LOCALBASE}
.endif