aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-25 09:39:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-25 21:54:51 +0000
commita570a675782f24e00b0f727a641d94a001dc6fcd (patch)
tree6dbf163b7e4f6450c4c6b4f9e2d49d052ff0fd80
parent5f9b68c773d6442dccb248c8a190dce9c4d4a519 (diff)
downloadports-a570a675782f24e00b0f727a641d94a001dc6fcd.tar.gz
ports-a570a675782f24e00b0f727a641d94a001dc6fcd.zip
devel/elf-dissector: Switch to devel/capstone
- Add missing DEPENDS reported by poudriere testport - Pet port{clippy|fmt} Approved by: portmgr (blanket)
-rw-r--r--devel/elf-dissector/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/devel/elf-dissector/Makefile b/devel/elf-dissector/Makefile
index b763c6c6a989..780f76f64305 100644
--- a/devel/elf-dissector/Makefile
+++ b/devel/elf-dissector/Makefile
@@ -1,6 +1,6 @@
PORTNAME= elf-dissector
DISTVERSION= 0.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde
MAINTAINER= kde@FreeBSD.org
@@ -10,19 +10,15 @@ WWW= https://invent.kde.org/sdk/elf-dissector
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libcapstone.so:devel/capstone4
+BUILD_DEPENDS= binutils>=2.33.1:devel/binutils \
+ gnulibiberty>=2.33.1:devel/gnulibiberty
+LIB_DEPENDS= libcapstone.so:devel/capstone \
+ libopcodes-2.40.so:devel/binutils
-BUILD_DEPENDS= gnulibiberty>=2.33.1:devel/gnulibiberty \
- binutils>=2.33.1:devel/binutils
-
-USES= cmake compiler:c++17-lang \
+USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \
kde:5 pkgconfig qt:5
-
-USE_QT= core \
- buildtools:build qmake:build testlib:build
-USE_KDE= itemmodels \
- doctools:build ecm:build
-
+USE_KDE= itemmodels doctools:build ecm:build
KDE_INVENT= 942274185cc89fabf74f5f1efb886ecf210ab2fb sdk
+USE_QT= core gui widgets buildtools:build qmake:build testlib:build
.include <bsd.port.mk>