diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2011-07-26 22:05:27 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2011-07-26 22:05:27 +0000 |
commit | 3a9e7cbe9120adf9871a758d344604245ab9bd63 (patch) | |
tree | 8635abc7e199133615fdc9d499e12de18de36e4c /net-p2p | |
parent | 2dda84175ebb9d25eb222510bd3cce1c831ee23c (diff) | |
download | ports-3a9e7cbe9120adf9871a758d344604245ab9bd63.tar.gz ports-3a9e7cbe9120adf9871a758d344604245ab9bd63.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 79ff769f9ae5..fbd5ffcfcd18 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -22,7 +22,8 @@ COMMENT= An anonymizing network LICENSE= ASL EULA LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp +BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp \ + msgfmt:${PORTSDIR}/devel/gettext RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LICENSE_NAME_EULA= End User License Agreement |