diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
commit | f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee (patch) | |
tree | 08b48928182d4bf9eddf824905ffdb00f1839c1d /security/gsasl | |
parent | cc48ca62b8183684bde64365c1e3c6bab49710e0 (diff) | |
download | ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.tar.gz ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.zip |
Notes
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 94b4d5df519d..0e6c99d2e226 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -17,7 +18,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ - gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ + gcrypt.12:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig |