aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-01-16 19:17:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-01-16 19:17:15 +0000
commit31762b106755c41ad4eab7e7b23ee93795e7f65d (patch)
treedb5fe4b3bb6afc619e9d66225eb7f89db56b4bef /security/gpa
parent2886f22cdac3ab9fd0eca37d0d82b5814cefdd57 (diff)
downloadports-31762b106755c41ad4eab7e7b23ee93795e7f65d.tar.gz
ports-31762b106755c41ad4eab7e7b23ee93795e7f65d.zip
Notes
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index b8a855f6ea38..beb4b3eb152a 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -31,10 +31,10 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-.include <bsd.port.options.mk>
-
-.if !exists(${LOCALBASE}/bin/gpgsm)
-IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON
-.endif
+pre-configure:
+ @(if [ ! -e ${LOCALBASE}/bin/gpgsm ] ; then \
+ ${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON" ; \
+ exit 1; \
+ fi)
.include <bsd.port.mk>