aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/i2p
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
committerale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
commit6258613c3c402b1d7b5730e8a607d26dbb258755 (patch)
treefad3dbf503818032309e7103e30c646b5b51fdb7 /net-p2p/i2p
parentdfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff)
downloadfreebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.zip
Switch to use newer GMP version.
PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r--net-p2p/i2p/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile
index 1e7da5bb8c6b..03ce78cdc390 100644
--- a/net-p2p/i2p/Makefile
+++ b/net-p2p/i2p/Makefile
@@ -7,6 +7,7 @@
PORTNAME= i2p
PORTVERSION= 0.7.10
+PORTREVISION= 1
CATEGORIES= net-p2p java security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:i2p \
http://mirror.i2p2.de/:i2p \
@@ -19,7 +20,7 @@ EXTRACT_ONLY= i2psource_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= lioux@FreeBSD.org
COMMENT= An anonymizing network
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
USE_BZIP2= yes