aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-13 02:05:21 +0800
committerlofi <lofi@FreeBSD.org>2005-04-13 02:05:21 +0800
commitf62a08cea712359f77f92bcc7080f3b47fe5df66 (patch)
treebeaceb3f090be9d6b961b571395c1fcbee474a32 /security
parent52bce9b348a995993c9d0dddbde9971a847e11d5 (diff)
downloadfreebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.gz
freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.zst
freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.zip
s/.elseif/.elif
Diffstat (limited to 'security')
-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