diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:22:04 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:22:04 +0000 |
commit | d0085641e382dc28e12bf47b48348a9d36c73c24 (patch) | |
tree | 8aee121423f8b9740f7a14d2e5fb16a893f8a566 /security/gpgme | |
parent | - upgrade to to 1.14.1; (diff) |
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index ec9c8dbfd652..e4f0631964fc 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -31,7 +31,7 @@ WITH_GPGSM= yes .endif .if defined(WITH_GPGSM) -BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/newpg +BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg-devel .else CONFIGURE_ARGS+= --without-gpgsm .endif |