aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 09:02:37 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 09:02:37 +0000
commitb2465f4194764b351119101ad4a350dfb65b422f (patch)
tree6132bb15d7d12b5bd10a94da4001643eaddb157e /devel
parentb78dbf7689588e8946f4f3ddf6520d182141cf47 (diff)
downloadports-b2465f4194764b351119101ad4a350dfb65b422f.tar.gz
ports-b2465f4194764b351119101ad4a350dfb65b422f.zip
Diffstat (limited to 'devel')
-rw-r--r--devel/radare2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile
index b514092a657f..601b75bd8999 100644
--- a/devel/radare2/Makefile
+++ b/devel/radare2/Makefile
@@ -17,9 +17,11 @@ NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture
LIB_DEPENDS= libcapstone.so:devel/capstone4
-USES= gmake localbase pathfix pkgconfig
+USES= cpe gmake localbase pathfix pkgconfig
USE_GITHUB= yes
+CPE_VENDOR= radare
+
CONFIGURE_ARGS= --with-syscapstone
CFLAGS+= -I${PREFIX}/include/capstone
GH_ACCOUNT= radare