diff options
author | pav <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
commit | 61d5cd5d39c2cf722ce52ddab0a5cd934bebb994 (patch) | |
tree | f5eea0a2bce9ad17dc08d7be05f51dba20b3bcb1 /ftp/curl | |
parent | a6edb5958d30d7d54253831b9f835f753994bddc (diff) | |
download | FreeBSD-ports-61d5cd5d39c2cf722ce52ddab0a5cd934bebb994.zip FreeBSD-ports-61d5cd5d39c2cf722ce52ddab0a5cd934bebb994.tar.gz |
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 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9c7c28a..03924b1 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS += --with-krb4=/usr .endif .if !defined(WITHOUT_LIBIDN) && (defined(WITH_LIBIDN) || exists(${LOCALBASE}/lib/libidn.so)) -LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn +LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else CONFIGURE_ARGS+= --without-libidn |