From fd6200514f495bcd3b3e51e0f47fa93cc6f15159 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Wed, 13 Apr 2005 14:32:00 +0000 Subject: [PATCH] s/^\.elseif/.elif/ Approved by: kris --- databases/clip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 3090185ae688..4543a09a2bbd 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -45,7 +45,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ .if !defined(WITHOUT_IODBC) && !exists(${LOCALBASE}/bin/odbcinst) LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc PLIST_SUB= ODBC="" -.elseif !defined(WITHOUT_UNIXODBC) +.elif !defined(WITHOUT_UNIXODBC) LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB= ODBC="" .else