s/^\.elseif/.elif/
Approved by: kris
This commit is contained in:
parent
55f31db289
commit
fd6200514f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133243
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue