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 /net/echoping | |
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 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 68717c8..44871b0 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes |