aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-02-22 00:50:41 +0800
committerlofi <lofi@FreeBSD.org>2007-02-22 00:50:41 +0800
commit9825a9021ce09ada9fc1386aa06b0cb0ff2ad8b6 (patch)
tree1e9ccd1c4094a6ba2559272d97179a4091b06bb9 /security
parent2a2171b8f9d5eaf5206ba7e8c8fcbca926cc6f97 (diff)
downloadfreebsd-ports-graphics-9825a9021ce09ada9fc1386aa06b0cb0ff2ad8b6.tar.gz
freebsd-ports-graphics-9825a9021ce09ada9fc1386aa06b0cb0ff2ad8b6.tar.zst
freebsd-ports-graphics-9825a9021ce09ada9fc1386aa06b0cb0ff2ad8b6.zip
Don't depend on gnupg1
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 06dd9343c27..13c0a0ea984 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gpgme
MAINTAINER= lofi@FreeBSD.org
COMMENT= A library to make access to GnuPG easier
-BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \
+BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \
gpgsm:${PORTSDIR}/security/gnupg
LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error
@@ -22,7 +22,7 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \
+CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg2 \
--with-gpgsm=${LOCALBASE}/bin/gpgsm \
--includedir=${PREFIX}/include/gpgme