aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-12-03 15:55:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-12-03 15:55:33 +0000
commit30e34ba28065796147ee4ac29ab00e4a436addc9 (patch)
treebc25dfdc2709f60545c4d01ce11be312d869f459 /security/gpa
parente2ed329c5eabf151dd53752e21bf590ac3a7efde (diff)
downloadports-30e34ba28065796147ee4ac29ab00e4a436addc9.tar.gz
ports-30e34ba28065796147ee4ac29ab00e4a436addc9.zip
- Mark IGNORE if gpgsm is not installed
PR: 140059 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes: svn path=/head/; revision=245169
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index e6e3ff879d19..91c3c06749a5 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -30,6 +30,10 @@ OPTIONS= NLS "Native language support" on
.include <bsd.port.pre.mk>
+.if !exists(${LOCALBASE}/bin/gpgsm)
+IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "