diff options
author | swills <swills@FreeBSD.org> | 2010-12-12 08:55:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-12-12 08:55:06 +0800 |
commit | bd0d1d8a97640bdd408ae2463b8a829eaf24f185 (patch) | |
tree | 7488554a050375c17c1c457ee3f2afad73979db6 /databases | |
parent | 2da0fea868ac202c5a0644fefa6602fb6da7441e (diff) | |
download | freebsd-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/Makefile | 2 |
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> |