aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2010-12-12 08:55:06 +0800
committerswills <swills@FreeBSD.org>2010-12-12 08:55:06 +0800
commitbd0d1d8a97640bdd408ae2463b8a829eaf24f185 (patch)
tree7488554a050375c17c1c457ee3f2afad73979db6 /databases
parent2da0fea868ac202c5a0644fefa6602fb6da7441e (diff)
downloadfreebsd-ports-gnome-bd0d1d8a97640bdd408ae2463b8a829eaf24f185.tar.gz
freebsd-ports-gnome-bd0d1d8a97640bdd408ae2463b8a829eaf24f185.tar.zst
freebsd-ports-gnome-bd0d1d8a97640bdd408ae2463b8a829eaf24f185.zip
- Remove support for building with MySQL 4.1 since it is broken
PR: ports/138533 Approved by: pgollucci (mentor)
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-proxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index 643ad39f1398..66d77e2bac0f 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -29,6 +29,6 @@ USE_LDCONFIG= yes
USE_LUA= 5.1+
USE_MYSQL= yes
USE_RC_SUBR= mysql-proxy.sh
-IGNORE_WITH_MYSQL= 323 40
+IGNORE_WITH_MYSQL= 323 40 41
.include <bsd.port.mk>