diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-12-03 23:55:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-12-03 23:55:33 +0800 |
commit | 806f831caa8c73bf6e925cecbbd7bd6b1a70b2d8 (patch) | |
tree | 0b3c6d1038478a71cf3b924874ba7337696739f3 /security/gpa/Makefile | |
parent | 8b24fb3edc05b8e777e7e3b4b87a4f15bb5604a6 (diff) | |
download | freebsd-ports-gnome-806f831caa8c73bf6e925cecbbd7bd6b1a70b2d8.tar.gz freebsd-ports-gnome-806f831caa8c73bf6e925cecbbd7bd6b1a70b2d8.tar.zst freebsd-ports-gnome-806f831caa8c73bf6e925cecbbd7bd6b1a70b2d8.zip |
- Mark IGNORE if gpgsm is not installed
PR: 140059
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 4 |
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 " |