summaryrefslogtreecommitdiff
path: root/databases/mysql-proxy
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-01-29 07:33:04 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-01-29 07:33:04 +0000
commit036f2082eb526560073d0c9d60915c201a408b05 (patch)
tree81295da26100b75d2e1cddd510b761297433a8c6 /databases/mysql-proxy
parentFix security2.fdb while installing from package (diff)
- builds on mysql 4.1
Changes: Submitted by: bartlomiej dot syryjczyk_AT_expro dot pl
Notes
Notes: svn path=/head/; revision=206357
Diffstat (limited to 'databases/mysql-proxy')
-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 cb3fad9dd004..14e2f468b1b8 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -27,6 +27,6 @@ USE_GNOME= gnometarget pkgconfig
USE_ICONV= yes
USE_LUA= 5.1+
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 323 40 41
+IGNORE_WITH_MYSQL= 323 40
.include <bsd.port.mk>