diff options
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 | ||||
-rw-r--r-- | net/gnunet/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 468aaf8d91c3..5fcf41eff178 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/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 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 |