Use BROKEN instead of ".error". This allows to run "make config" to

reconfigure the port properly.
This commit is contained in:
Max Khon 2005-09-13 11:42:15 +00:00
parent 85f6ef2224
commit b65627c14e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142580

View file

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