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/gpgme03/Makefile | |
parent | 2bc4b8dcaa2395576f0693be60055788e630cea8 (diff) |
Notes
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r-- | security/gpgme03/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 58334cbea63c..646409733869 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 0.3.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -35,7 +35,7 @@ WITH_GPGSM= yes .endif .if defined(WITH_GPGSM) -BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg-devel +BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg .else CONFIGURE_ARGS+= --without-gpgsm .endif |