aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
commit10be91f19ed4852a8e4ba5341f7ace7b5a6458ca (patch)
tree4fb081562e1ae43a2da03a8efb1f4e90ed046d68 /security/gpgme
parent9564e799ea16e575db83649839e59182c40c7d03 (diff)
downloadports-10be91f19ed4852a8e4ba5341f7ace7b5a6458ca.tar.gz
ports-10be91f19ed4852a8e4ba5341f7ace7b5a6458ca.zip
s/.elseif/.elif
Notes
Notes: svn path=/head/; revision=133163
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 4be43f2dff32..ff2fedb27de4 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -36,7 +36,7 @@ OPTIONS= PTH "Enable alternative libgpgme using GNU portable threads" off
.if defined(WITH_PTH)
LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth
PLIST_SUB+= WITH_PTH=''
-.elseif defined(WITHOUT_PTH)
+.elif defined(WITHOUT_PTH)
CONFIGURE_ARGS+=--without-pth --without-pth-test
PLIST_SUB+= WITH_PTH='@comment '
.endif