diff options
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index f62f9534e016..93bec5d1da57 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -6,6 +6,7 @@ PORTNAME= libksba PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MAINTAINER= lofi@FreeBSD.org COMMENT= KSBA is an X.509 Library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.2:${PORTSDIR}/security/libgpg-error + gpg-error.3:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes |