diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-09-13 11:42:15 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-09-13 11:42:15 +0000 |
commit | 4a1617342683e5b27f40868cd559c83b55857081 (patch) | |
tree | a096ccb929f21a4704e655db4502d3e938806818 /databases/mysql2odbc | |
parent | d35a0065143116e12ec118fdccce0f137ba975aa (diff) | |
download | FreeBSD-ports-4a1617342683e5b27f40868cd559c83b55857081.zip FreeBSD-ports-4a1617342683e5b27f40868cd559c83b55857081.tar.gz |
Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly.
Diffstat (limited to 'databases/mysql2odbc')
-rw-r--r-- | databases/mysql2odbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql2odbc/Makefile b/databases/mysql2odbc/Makefile index 0f63388..6a0f31f 100644 --- a/databases/mysql2odbc/Makefile +++ b/databases/mysql2odbc/Makefile @@ -24,7 +24,7 @@ WITH_UNIXODBC= yes .endif .if defined(WITH_UNIXODBC) && defined(WITH_IODBC) -.error "UNIXODBC and IODBC options are mutually exclusive" +BROKEN= UNIXODBC and IODBC options are mutually exclusive .endif .if defined(WITH_UNIXODBC) |