aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex-current
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2024-03-03 11:59:02 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2024-03-03 11:59:02 +0000
commite5ae5249d94eb873e6f748375dfc0f8c0d9ed067 (patch)
tree2f77edb84f4fff4da6fa50966fcb5da3920bed9a /editors/imhex-current
parente4df88576373e2ab3a76f1b0ddb8c1f96fa181b7 (diff)
downloadports-e5ae5249d94eb873e6f748375dfc0f8c0d9ed067.tar.gz
ports-e5ae5249d94eb873e6f748375dfc0f8c0d9ed067.zip
editors/imhex-current: Remove unnecessary dependency on devel/range-v3
Diffstat (limited to 'editors/imhex-current')
-rw-r--r--editors/imhex-current/Makefile3
1 files changed, 1 insertions, 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 \