diff options
author | krion <krion@FreeBSD.org> | 2004-05-22 16:10:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-22 16:10:58 +0800 |
commit | 64de390aaafbe00b283cb65c00cafb169f1c0e49 (patch) | |
tree | 3eb4378b8548e36d75d0060ef80fd1df6f533254 /security/gsasl | |
parent | c3bfbf62dc154e6108d2d87f3d2d2630ba9cb9bf (diff) | |
download | freebsd-ports-gnome-64de390aaafbe00b283cb65c00cafb169f1c0e49.tar.gz freebsd-ports-gnome-64de390aaafbe00b283cb65c00cafb169f1c0e49.tar.zst freebsd-ports-gnome-64de390aaafbe00b283cb65c00cafb169f1c0e49.zip |
- Chase libraries for new devel/libidn version
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 |