diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-09 22:21:38 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-09 22:21:38 +0000 |
commit | 55937eca4002b213fdd7a2abe20bce198d45bf43 (patch) | |
tree | be48e3d24610ff63974d871ea8d06af78e1be076 | |
parent | Add musepack, decoder, encoder and replaygain for musepack audio format. (diff) |
Add missing dependency on libassuan.
Submitted by: Matt Lancereau <matt@bsd-blax.org>
Notes
Notes:
svn path=/head/; revision=108772
-rw-r--r-- | security/gnupg-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index fcad7fa6ce4c..651d9af3eb3f 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -15,6 +15,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= lofi@freebsd.org COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 +BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ ksba.11:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth |