mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly.
This commit is contained in:
parent
85f6ef2224
commit
b65627c14e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142580
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ WITH_UNIXODBC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_UNIXODBC) && defined(WITH_IODBC)
|
.if defined(WITH_UNIXODBC) && defined(WITH_IODBC)
|
||||||
.error "UNIXODBC and IODBC options are mutually exclusive"
|
BROKEN= UNIXODBC and IODBC options are mutually exclusive
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_UNIXODBC)
|
.if defined(WITH_UNIXODBC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue