Skip to content

Commit

Permalink
devel/radare2: Use devel/capstone
Browse files Browse the repository at this point in the history
Use devel/capstone which is the latest upstream version instead of the
older capstone4 library.
  • Loading branch information
5u623l20 committed Jul 15, 2023
1 parent d1726bb commit fc6208b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/radare2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= radare2
DISTVERSION= 5.8.8
PORTEVISION= 1
CATEGORIES= devel

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpcspe sparc64
NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture

LIB_DEPENDS= libcapstone.so:devel/capstone4
LIB_DEPENDS= libcapstone.so:devel/capstone

USES= cpe gmake localbase pathfix pkgconfig
CPE_VENDOR= radare
Expand Down

0 comments on commit fc6208b

Please sign in to comment.