diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 03:22:04 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 03:22:04 +0800 |
commit | 4a289f7faa5e3ae8af3b78cac9a324ca28022e2a (patch) | |
tree | e8f99c7f4e28094a8e0013a9817eab2babaeb27d /security/gpgme | |
parent | 93dfb87f70c6780366277a2cb7cf4db27dd04049 (diff) | |
download | freebsd-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/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 |