diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
commit | ecea4a760302eef9e35cd96c3735f95dc259cdd1 (patch) | |
tree | 4345bff39a4bda9231ee6f06ba3edf94a2e832ba /security | |
parent | 5d0d22b4a303cf1196225ea601f02062ff49baea (diff) | |
download | ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.tar.gz ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/Makefile | 2 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 2f638afd2428..50479204ff81 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 diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 87574335a61d..f6261e77f5d7 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 USE_PERL5_BUILD= yes |