diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-03 12:55:36 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-03 12:55:36 +0000 |
commit | 8620fd9b3b44bbe17d254d285a68213082e93d4d (patch) | |
tree | 6fac3881caa55b306cb34f1146b801c54ff96279 /security/libksba/Makefile | |
parent | bde7f585925d21d07e4ea244b4e6b5a2eb6a2249 (diff) | |
download | ports-8620fd9b3b44bbe17d254d285a68213082e93d4d.tar.gz ports-8620fd9b3b44bbe17d254d285a68213082e93d4d.zip |
Notes
Diffstat (limited to 'security/libksba/Makefile')
-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 ab223cc2b6da..ab8f14e2d823 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -6,6 +6,7 @@ PORTNAME= libksba PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${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.1:${PORTSDIR}/security/libgpg-error + gpg-error.2:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes |