diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 19:53:48 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 19:53:48 +0800 |
commit | bde1ebcb5f22eabfe17e79d5bcd1cffc04bdf5fb (patch) | |
tree | a9e798206bcbad896c5841a3c5b243717c331bab /security | |
parent | 326e1feaf967bea508105b13f85848124ab35bb0 (diff) | |
download | freebsd-ports-gnome-bde1ebcb5f22eabfe17e79d5bcd1cffc04bdf5fb.tar.gz freebsd-ports-gnome-bde1ebcb5f22eabfe17e79d5bcd1cffc04bdf5fb.tar.zst freebsd-ports-gnome-bde1ebcb5f22eabfe17e79d5bcd1cffc04bdf5fb.zip |
Add dependency on libgcrypt.
Reported by: bento via kris
Diffstat (limited to 'security')
-rw-r--r-- | security/libksba/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index fa478bf39dd0..9d8fa3d26f9a 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -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 |