diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 00:31:20 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 00:31:20 +0800 |
commit | f512633109c7e29a019c5b8483f8811dbd43fa0b (patch) | |
tree | cb6faaabfb05b0e8a1d049f477e0f45850a995fd /net-p2p | |
parent | 6797e84cc3169bcf8ce81a7d1f4e2d96955f019e (diff) | |
download | freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.tar.gz freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.tar.zst freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.zip |
Chase libmicrohttpd shared lib bump
Approved by: bapt (mentor)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 8e66f54e9636..b9b24a112346 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ extractor.3:${PORTSDIR}/textproc/libextractor \ - microhttpd.12:${PORTSDIR}/www/libmicrohttpd + microhttpd.20:${PORTSDIR}/www/libmicrohttpd BROKEN= does not configure |