diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-11 14:53:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-11 14:53:12 +0000 |
commit | 8310ee07c93f36a92b6a679651f69c0347bd3307 (patch) | |
tree | 6459177c5fb9b38161ddf8310662af3ab3756ec8 /security/gsasl/Makefile | |
parent | b1ebc3ea7b7d4128cd33e9c0e61c888115b6964c (diff) | |
download | ports-8310ee07c93f36a92b6a679651f69c0347bd3307.tar.gz ports-8310ee07c93f36a92b6a679651f69c0347bd3307.zip |
Notes
Diffstat (limited to 'security/gsasl/Makefile')
-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 26b6b2807c33..d454e1d665e3 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/${PORTNAME}/releases/ @@ -17,7 +18,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \ - gcrypt.12:${PORTSDIR}/security/libgcrypt \ + gcrypt.13:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig |