1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Mark IGNORE if gpgsm is not installed

PR:		140059
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
This commit is contained in:
Dmitry Marakasov 2009-12-03 15:55:33 +00:00
parent e2ed329c5e
commit 30e34ba280
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245169

View File

@ -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 "