diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
commit | 265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch) | |
tree | d52f4de392099aa5dde3456739362f46e39a898d /security/gpgme | |
parent | cdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff) | |
download | ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.zip |
Notes
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index f86ec5a1810b..aa378ac5aa2d 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gpgme MAINTAINER= lofi@FreeBSD.org COMMENT= A library to make access to GnuPG easier -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \ gpgsm:${PORTSDIR}/security/gnupg LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error |