diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-21 15:40:47 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-21 15:40:47 +0000 |
commit | 069a95493f6bc890303fedef4b42c46eb39df5a6 (patch) | |
tree | f9d661f93f432ceb804f03d62ca564f7d60550f0 /security/gpgme | |
parent | 2bc4b8dcaa2395576f0693be60055788e630cea8 (diff) |
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 d58e2d5525d0..f86ec5a1810b 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -16,7 +16,7 @@ MAINTAINER= lofi@FreeBSD.org COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ - gpgsm:${PORTSDIR}/security/gnupg-devel + gpgsm:${PORTSDIR}/security/gnupg LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error USE_AUTOTOOLS= libtool:15 |