aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpgme
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-04 03:22:04 +0800
committerlofi <lofi@FreeBSD.org>2004-05-04 03:22:04 +0800
commit4a289f7faa5e3ae8af3b78cac9a324ca28022e2a (patch)
treee8f99c7f4e28094a8e0013a9817eab2babaeb27d /security/gpgme
parent93dfb87f70c6780366277a2cb7cf4db27dd04049 (diff)
downloadfreebsd-ports-gnome-4a289f7faa5e3ae8af3b78cac9a324ca28022e2a.tar.gz
freebsd-ports-gnome-4a289f7faa5e3ae8af3b78cac9a324ca28022e2a.tar.zst
freebsd-ports-gnome-4a289f7faa5e3ae8af3b78cac9a324ca28022e2a.zip
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile2
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