mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Fix conversion to new option framework
Reported by: bdrewery Approved by: portmgr (implicit) With hat: portmgr
This commit is contained in:
parent
b9ceedf099
commit
6bbf7f2570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315721
@ -54,7 +54,7 @@ LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
|
||||
CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MIODBC) || defined(WITH_UNIXODBC}
|
||||
.if ${PORT_OPTIONS:MIODBC} || ${PORT_OPTIONS:MUNIXODBC}
|
||||
PLIST_SUB+= ODBC=""
|
||||
.else
|
||||
PLIST_SUB+= ODBC="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user