diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-01-12 08:55:00 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-01-12 08:55:00 +0800 |
commit | 528f6f13f40a5ac6b0c26e8e260f87f7ef38810a (patch) | |
tree | eec4819d75121bf012d7b84d922ea3ed7f3b94d3 /net-p2p/gnunet/Makefile | |
parent | f83dcedc6d6e39bcd768d1f3324e9b5d99881c83 (diff) | |
download | freebsd-ports-gnome-528f6f13f40a5ac6b0c26e8e260f87f7ef38810a.tar.gz freebsd-ports-gnome-528f6f13f40a5ac6b0c26e8e260f87f7ef38810a.tar.zst freebsd-ports-gnome-528f6f13f40a5ac6b0c26e8e260f87f7ef38810a.zip |
- correct libmicrohttpd version
- bump PORTREVISION
correction after PR ports/153530
Feature safe: yes
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index b8899baab809..216a8dc61476 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -25,7 +25,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ extractor.2:${PORTSDIR}/textproc/libextractor \ - microhttpd.6:${PORTSDIR}/www/libmicrohttpd + microhttpd.12:${PORTSDIR}/www/libmicrohttpd OPTIONS= MYSQL "Enable MySQL support" on \ PGSQL "Enable PostgreSQL support" off \ |