diff options
author | pav <pav@FreeBSD.org> | 2011-03-07 07:19:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-07 07:19:02 +0800 |
commit | d9fb1ad1fc1611a9703f1e555a0a77fb328c285b (patch) | |
tree | 5508fc321b030a57789ba9b814cb26268926395b /net-p2p/gnunet | |
parent | 11fdf90b0ec9340536ec7ada25c3e4cf3fb0cb10 (diff) | |
download | freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.tar.gz freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.tar.zst freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.zip |
- Chase libextractor shlib raise
Reported by: pointyhat
Pointy hat to: vd
Diffstat (limited to 'net-p2p/gnunet')
-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 216a8dc61476..df238994dd9a 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -24,7 +24,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ - extractor.2:${PORTSDIR}/textproc/libextractor \ + extractor.3:${PORTSDIR}/textproc/libextractor \ microhttpd.12:${PORTSDIR}/www/libmicrohttpd OPTIONS= MYSQL "Enable MySQL support" on \ |