aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2010-12-29 10:26:34 +0800
committerswills <swills@FreeBSD.org>2010-12-29 10:26:34 +0800
commit8eaf5a62387e2e0c409693302dcacc759bfb20e7 (patch)
tree07552fef78e0ba19f186c4f8f24e0fbf5cddf9f4 /net
parentd281dc4e0e39e1bd622023e8bb4c19fbdd1dbb80 (diff)
downloadfreebsd-ports-gnome-8eaf5a62387e2e0c409693302dcacc759bfb20e7.tar.gz
freebsd-ports-gnome-8eaf5a62387e2e0c409693302dcacc759bfb20e7.tar.zst
freebsd-ports-gnome-8eaf5a62387e2e0c409693302dcacc759bfb20e7.zip
- Allow build with MySQL 5.1 and higher
PR: ports/153135 Submitted by: swills (myself) Approved by: wxs (mentor)
Diffstat (limited to 'net')
-rw-r--r--net/mediatomb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile
index 78e7cead5dc5..73bfd2fe6ccb 100644
--- a/net/mediatomb/Makefile
+++ b/net/mediatomb/Makefile
@@ -80,7 +80,8 @@ CONFIGURE_ARGS+= --disable-sqlite3
.if defined(WITH_MYSQL)
CONFIGURE_ARGS+= --enable-mysql \
--with-mysql-cfg="${LOCALBASE}/bin/mysql_config"
-LIB_DEPENDS+= mysqlclient_r:${PORTSDIR}/databases/mysql50-client
+USE_MYSQL= yes
+IGNORE_WITH_MYSQL= 323 40 41
.else
CONFIGURE_ARGS+= --disable-mysql
.endif