s/^\.elseif/.elif/

Approved by:	kris
This commit is contained in:
Hartmut Brandt 2005-04-13 14:32:00 +00:00
parent 55f31db289
commit fd6200514f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133243

View file

@ -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