summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-27 13:13:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-27 13:13:36 +0000
commitef88cd7caf1a932d8e15a03d041328a689bb9de0 (patch)
tree02dc17de2739d6054131d4153adcc80a773262d3 /net-p2p/gnunet
parentwithout this amap looks for it's data files in ${PREFIX}/bin. (diff)
- Utilize USE_MYSQL
Notes
Notes: svn path=/head/; revision=87783
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/Makefile3
1 files changed, 2 insertions, 1 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