aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-15 18:49:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-15 19:01:05 +0000
commitd1726bb271735401c3952df2cdeee87fa4af9120 (patch)
treec35a9225fd75489a99f5173a1b9cea151ac6fcb2
parentb1924a7f344ff0f4f73048fd9b87d33dfca81bd3 (diff)
downloadports-d1726bb271735401c3952df2cdeee87fa4af9120.tar.gz
ports-d1726bb271735401c3952df2cdeee87fa4af9120.zip
devel/bloaty: Use devel/capstone
Use devel/capstone which is the latest upstream version instead of the older capstone4 library.
-rw-r--r--devel/bloaty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bloaty/Makefile b/devel/bloaty/Makefile
index 754c5ddb2fff..dfb186d99fa3 100644
--- a/devel/bloaty/Makefile
+++ b/devel/bloaty/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bloaty
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libre2.so:devel/re2 \
- libcapstone.so:devel/capstone4 \
+ libcapstone.so:devel/capstone \
libprotobuf.so:devel/protobuf
USES= cmake compiler:c++11-lang pkgconfig