From 10be91f19ed4852a8e4ba5341f7ace7b5a6458ca Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Tue, 12 Apr 2005 18:05:21 +0000 Subject: s/.elseif/.elif --- security/gpgme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/gpgme') 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 -- cgit v1.2.3