diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-09-13 19:42:15 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-09-13 19:42:15 +0800 |
commit | 4a1617342683e5b27f40868cd559c83b55857081 (patch) | |
tree | a096ccb929f21a4704e655db4502d3e938806818 /databases | |
parent | d35a0065143116e12ec118fdccce0f137ba975aa (diff) | |
download | freebsd-ports-gnome-4a1617342683e5b27f40868cd559c83b55857081.tar.gz freebsd-ports-gnome-4a1617342683e5b27f40868cd559c83b55857081.tar.zst freebsd-ports-gnome-4a1617342683e5b27f40868cd559c83b55857081.zip |
Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly.
Diffstat (limited to 'databases')
-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 0f6338836bda..6a0f31f83858 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) |