diff options
author | pav <pav@FreeBSD.org> | 2005-11-13 02:52:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-13 02:52:22 +0800 |
commit | 61d5cd5d39c2cf722ce52ddab0a5cd934bebb994 (patch) | |
tree | f5eea0a2bce9ad17dc08d7be05f51dba20b3bcb1 /mail/mutt-ng | |
parent | a6edb5958d30d7d54253831b9f835f753994bddc (diff) | |
download | freebsd-ports-gnome-61d5cd5d39c2cf722ce52ddab0a5cd934bebb994.tar.gz freebsd-ports-gnome-61d5cd5d39c2cf722ce52ddab0a5cd934bebb994.tar.zst freebsd-ports-gnome-61d5cd5d39c2cf722ce52ddab0a5cd934bebb994.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
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |