Add dependency on libgcrypt.
Reported by: bento via kris
This commit is contained in:
parent
6ccdeba3af
commit
a75b934bc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108364
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
PORTNAME= libksba
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig
|
||||
|
@ -15,7 +15,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|||
MAINTAINER= lofi@FreeBSD.org
|
||||
COMMENT= KSBA is an X.509 Library
|
||||
|
||||
LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error
|
||||
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
|
||||
gpg-error.1:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
|
|
Loading…
Reference in a new issue