diff options
Diffstat (limited to 'net/gnunet')
-rw-r--r-- | net/gnunet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 468aaf8d91c3..5fcf41eff178 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -38,7 +38,8 @@ PLIST_SUB+= WITH_GDBM="@comment " .endif .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes +WANT_MYSQL_VER= 323 .else CONFIGURE_ARGS+= --without-mysql .endif |