diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 19:48:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 19:48:24 +0000 |
commit | 2aa69eb64940074815198eaeaab928067c482800 (patch) | |
tree | d953bb793f21ea3849ee20ced0ba204aa5e32220 | |
parent | 7e4b26ddf079748ee1fa2a574d74ffc34a35c19d (diff) | |
download | freebsd-ports-2aa69eb64940074815198eaeaab928067c482800.zip |
- Does not build with MySQL < 5.0
PR: ports/114285
Reported by: Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
-rw-r--r-- | databases/mysql-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 50b821126d93..ce0dfbac5f6d 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -26,5 +26,6 @@ USE_GNOME= gnometarget pkgconfig USE_ICONV= yes USE_LUA= 5.1+ USE_MYSQL= yes +IGNORE_WITH_MYSQL= 323 40 41 .include <bsd.port.mk> |