diff options
author | Steve Wills <swills@FreeBSD.org> | 2010-12-29 02:26:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2010-12-29 02:26:34 +0000 |
commit | 825919b05c174a716aa4d9669d95c7b874f40942 (patch) | |
tree | e03af4ce693fdd4c3d900e6ae6cd2979a5aa779e /net/mediatomb | |
parent | a0d840910b364c82cc692306f47ee55ced934fee (diff) | |
download | ports-825919b05c174a716aa4d9669d95c7b874f40942.tar.gz ports-825919b05c174a716aa4d9669d95c7b874f40942.zip |
Notes
Diffstat (limited to 'net/mediatomb')
-rw-r--r-- | net/mediatomb/Makefile | 3 |
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 |