diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
commit | 9c454797a2bafc66928418faa41753772fb9d0d6 (patch) | |
tree | 4d9a32a22b3c8a9595e9a77e6266ca0171baf399 /security/gsasl | |
parent | 70dbc732f4f09f9f425f9c94dcbfd86b6e30d71e (diff) | |
download | ports-9c454797a2bafc66928418faa41753772fb9d0d6.tar.gz ports-9c454797a2bafc66928418faa41753772fb9d0d6.zip |
Notes
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 0e6c99d2e226..7a6c48f31ddf 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm |