git: e5ae5249d94e - main - editors/imhex-current: Remove unnecessary dependency on devel/range-v3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 12:01:13 UTC
The branch main has been updated by nobutaka:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5ae5249d94eb873e6f748375dfc0f8c0d9ed067
commit e5ae5249d94eb873e6f748375dfc0f8c0d9ed067
Author: MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2024-03-03 11:59:02 +0000
Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2024-03-03 11:59:02 +0000
editors/imhex-current: Remove unnecessary dependency on devel/range-v3
---
editors/imhex-current/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/editors/imhex-current/Makefile b/editors/imhex-current/Makefile
index 3dd1b1d38505..6ae5781de5b0 100644
--- a/editors/imhex-current/Makefile
+++ b/editors/imhex-current/Makefile
@@ -36,8 +36,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}.tar.bz2 \
imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}.tar.bz2
-BUILD_DEPENDS= glm>0:math/glm \
- ${LOCALBASE}/include/range/v3/range.hpp:devel/range-v3
+BUILD_DEPENDS= glm>0:math/glm
LIB_DEPENDS= libcurl.so:ftp/curl \
libglfw.so:graphics/glfw \
libfreetype.so:print/freetype2 \