aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-12 18:52:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-12 18:52:22 +0000
commitecea4a760302eef9e35cd96c3735f95dc259cdd1 (patch)
tree4345bff39a4bda9231ee6f06ba3edf94a2e832ba /mail
parent5d0d22b4a303cf1196225ea601f02062ff49baea (diff)
downloadports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.tar.gz
ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.zip
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=148048
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