diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
commit | 4a6abcecf2c5f546ba6a39eeece5930c2e126f71 (patch) | |
tree | 5156ae539dcf7a194aee1f038725bed467343d13 /security/dirmngr | |
parent | 536be70f3545169c8ac95e3f3b87d128c531f5fc (diff) | |
download | ports-4a6abcecf2c5f546ba6a39eeece5930c2e126f71.tar.gz ports-4a6abcecf2c5f546ba6a39eeece5930c2e126f71.zip |
Notes
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 913e0835e888..e4de1404a0fd 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,7 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/dirmngr @@ -17,7 +17,7 @@ COMMENT= A client for managing and downloading certificate revocation lists BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.3:${PORTSDIR}/security/libgpg-error \ + gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth |