aboutsummaryrefslogtreecommitdiff
path: root/net/mediatomb/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2010-12-29 02:26:34 +0000
committerSteve Wills <swills@FreeBSD.org>2010-12-29 02:26:34 +0000
commit825919b05c174a716aa4d9669d95c7b874f40942 (patch)
treee03af4ce693fdd4c3d900e6ae6cd2979a5aa779e /net/mediatomb/Makefile
parenta0d840910b364c82cc692306f47ee55ced934fee (diff)
downloadports-825919b05c174a716aa4d9669d95c7b874f40942.tar.gz
ports-825919b05c174a716aa4d9669d95c7b874f40942.zip
Notes
Diffstat (limited to 'net/mediatomb/Makefile')
-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