1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Remove support for building with MySQL 4.1 since it is broken

PR:		ports/138533
Approved by:    pgollucci (mentor)
This commit is contained in:
Steve Wills 2010-12-12 00:55:06 +00:00
parent 6eca8a5c71
commit 9d6f89f51e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266081

View File

@ -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>