diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 01:47:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 01:47:57 +0000 |
commit | e569bc0981a9a72f6cc7bc6bae33ea307294874a (patch) | |
tree | 05318f4d088eb1a9f30981733c78498239006a85 /net-p2p | |
parent | a27aa8714695ad4dd57cf39de03f5529fd286346 (diff) | |
download | ports-e569bc0981a9a72f6cc7bc6bae33ea307294874a.tar.gz ports-e569bc0981a9a72f6cc7bc6bae33ea307294874a.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 b4b943bcaa62..0c32f5ab7178 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -21,7 +21,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ cares.2:${PORTSDIR}/dns/c-ares \ curl.6:${PORTSDIR}/ftp/curl \ guile.21:${PORTSDIR}/lang/guile \ - esmtp.6:${PORTSDIR}/mail/libesmtp \ + esmtp.7:${PORTSDIR}/mail/libesmtp \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ extractor.3:${PORTSDIR}/textproc/libextractor \ |