diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-07 17:17:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-07 17:17:24 +0000 |
commit | 24c18e4613aa88f6925cca1bca7516a6b27d87f0 (patch) | |
tree | 23a3439aedbd6b6550ecc8fc7f5088484c11d6ba /security/gpgme | |
parent | 46a6f0405ac2e0e4d23b9a50caa2634a9f33fd2b (diff) | |
download | ports-24c18e4613aa88f6925cca1bca7516a6b27d87f0.tar.gz ports-24c18e4613aa88f6925cca1bca7516a6b27d87f0.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 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 |