diff options
author | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
commit | 190df53765225dba0d1baed51432c6f9f3ce7267 (patch) | |
tree | f7f2c2194f86d21009a4ef30fe99c5ad94f72aa4 /net-p2p/gnunet | |
parent | 792d20cadf74bec8b52bafca4843631d8bca87ac (diff) | |
download | freebsd-ports-graphics-190df53765225dba0d1baed51432c6f9f3ce7267.tar.gz freebsd-ports-graphics-190df53765225dba0d1baed51432c6f9f3ce7267.tar.zst freebsd-ports-graphics-190df53765225dba0d1baed51432c6f9f3ce7267.zip |
Chase the ftp/curl shlib version bump.
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 cb1dc3d55a6..ff6a9fe06c3 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -19,7 +19,7 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ cares.2:${PORTSDIR}/dns/c-ares \ - curl.5:${PORTSDIR}/ftp/curl \ + curl.6:${PORTSDIR}/ftp/curl \ guile.20:${PORTSDIR}/lang/guile \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gmp.8:${PORTSDIR}/math/libgmp4 \ |