From e094a06a8c68000fd731a74837a17bf2104a0b3f Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Sat, 18 Sep 2021 00:47:54 +0700 Subject: 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. --- security/i2pd/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3