aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpgme
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2008-03-08 01:17:24 +0800
committerlofi <lofi@FreeBSD.org>2008-03-08 01:17:24 +0800
commit51595838bddace6e01825a9251735f70acecd7cb (patch)
treeaa073bf1f6453d1c62832f948cacaa8cdd0496f3 /security/gpgme
parent6f21f4bfc058ffa66da55cb3851536e9b72626a5 (diff)
downloadfreebsd-ports-gnome-51595838bddace6e01825a9251735f70acecd7cb.tar.gz
freebsd-ports-gnome-51595838bddace6e01825a9251735f70acecd7cb.tar.zst
freebsd-ports-gnome-51595838bddace6e01825a9251735f70acecd7cb.zip
Don't depend on gpgsm, since it is now a non-default option in the gnupg
port. Mind though that you will still need the gpgsm executable if your application does S/MIME through gpgme.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 58d0f1db39f7..664390b5c4d8 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= gpgme
MAINTAINER= lofi@FreeBSD.org
COMMENT= A library to make access to GnuPG easier
-BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \
- gpgsm:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error
+RUN_DEPENDS= gpg2:${PORTDIR}/security/gnupg
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes