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 /security/gsasl/Makefile | |
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 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 2f638af..5047920 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ gcrypt.13:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm |