aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2021-09-17 17:47:54 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2021-09-17 18:02:22 +0000
commite094a06a8c68000fd731a74837a17bf2104a0b3f (patch)
treee99437a274ff9b50a578fd72a983be21870e0354
parent3b937ad738af5bdf96233d23bc6c1f7008085d85 (diff)
downloadports-e094a06a8c68000fd731a74837a17bf2104a0b3f.tar.gz
ports-e094a06a8c68000fd731a74837a17bf2104a0b3f.zip
security/i2pd: add lowest boost-libs version required
Build of i2pd-2.38.0 may break with obscure error unless devel/boost-libs updated to 1.72.0_5 at least. Make it complain with clear message instead in such case. This unbreaks build, so PORTREVISION not bumped.
-rw-r--r--security/i2pd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index 130bbcab0880..40d79bd3543e 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -8,6 +8,7 @@ COMMENT= C++ implementation of I2P client
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= boost-libs>=1.72.0_5:devel/boost-libs
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
USE_GITHUB= yes