aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-09-13 19:42:15 +0800
committerfjoe <fjoe@FreeBSD.org>2005-09-13 19:42:15 +0800
commit4a1617342683e5b27f40868cd559c83b55857081 (patch)
treea096ccb929f21a4704e655db4502d3e938806818 /databases
parentd35a0065143116e12ec118fdccce0f137ba975aa (diff)
downloadfreebsd-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/Makefile2
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)