mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/elf-dissector: Fix dependencies after binutils update
Fix dependencies after binutils and gnulibiberty updates. PR: 284556 Exp-run by: antoine
This commit is contained in:
parent
a82f5e353c
commit
ada05e8983
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= elf-dissector
|
||||
DISTVERSION= 0.0.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -10,10 +10,10 @@ WWW= https://invent.kde.org/sdk/elf-dissector
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= binutils>=2.43.1:devel/binutils \
|
||||
gnulibiberty>=2.43.1:devel/gnulibiberty
|
||||
BUILD_DEPENDS= binutils>=2.44:devel/binutils \
|
||||
gnulibiberty>=2.44:devel/gnulibiberty
|
||||
LIB_DEPENDS= libcapstone.so:devel/capstone \
|
||||
libopcodes-2.43.1.so:devel/binutils
|
||||
libopcodes-2.44.so:devel/binutils
|
||||
|
||||
USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime \
|
||||
kde:5 pkgconfig qt:5
|
||||
|
|
Loading…
Add table
Reference in a new issue