diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc /security/dirmngr | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) |
Notes
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 228788c86cc5..438d5623e83a 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,6 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -15,7 +16,7 @@ MAINTAINER= lofi@freebsd.org 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 \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ iconv:${PORTSDIR}/converters/libiconv \ ksba.17:${PORTSDIR}/security/libksba \ |