diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-21 16:50:41 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-21 16:50:41 +0000 |
commit | c1a26d6cc55377bbd19cbf5d396a2da6b3ef769b (patch) | |
tree | 565aa8c119a2ba0975e987617f8796e116407e6a /security/gpgme | |
parent | ef68186c576d1f3a46025134fb03461306c839ce (diff) | |
download | ports-c1a26d6cc55377bbd19cbf5d396a2da6b3ef769b.tar.gz ports-c1a26d6cc55377bbd19cbf5d396a2da6b3ef769b.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 06dd9343c276..13c0a0ea984a 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 |