aboutsummaryrefslogtreecommitdiff
path: root/www/mod_mp3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_mp3/Makefile')
-rw-r--r--www/mod_mp3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile
index 6ace2f4e7907..28478dfae175 100644
--- a/www/mod_mp3/Makefile
+++ b/www/mod_mp3/Makefile
@@ -27,7 +27,7 @@ APACHE_PORT?= ${PORTSDIR}/www/apache13
DOCS= ChangeLog README TODO faq.html
.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+USE_MYSQL= YES
CONFIGURE_ARGS+= --with-mysql
.endif