diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-26 15:26:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-26 15:26:43 +0000 |
commit | ee5080e0e9e4d732c9eb2a2dce2f0aa7cbb16b80 (patch) | |
tree | 3344d939a429c2216c14cca3557787698e485c94 /security/gsasl | |
parent | f627a3c30e0d3065425c132bad919dceed1ff280 (diff) |
Chase libraries for new devel/libidn version.
Notes
Notes:
svn path=/head/; revision=120238
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 394fc9313687..4a1f83adb585 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -16,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm |