diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-28 05:09:24 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-28 05:09:24 +0000 |
commit | 7ac58f3e4f9a8ee80a2bcef329fceb30172a6de0 (patch) | |
tree | ce86b805c5bd93ba7e9dcaffa06647b38dff748c /security/dirmngr | |
parent | 02fd49df6bf1f97dd2ba4d9832fd78195c5e1da5 (diff) | |
download | ports-7ac58f3e4f9a8ee80a2bcef329fceb30172a6de0.tar.gz ports-7ac58f3e4f9a8ee80a2bcef329fceb30172a6de0.zip |
Notes
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 7bedd94d135d..a1cdd7b93785 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= dirmngr MAINTAINER= umq@ueo.co.jp COMMENT= A client for managing and downloading certificate revocation lists -BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan +BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ |