diff options
Diffstat (limited to 'x11/radare-cutter/Makefile')
-rw-r--r-- | x11/radare-cutter/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index d2c60717d1e5..85cd35b7373a 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= radare-cutter -PORTVERSION= 1.3 +PORTVERSION= 1.4 DISTVERSIONPREFIX= v CATEGORIES= x11 @@ -11,14 +11,17 @@ COMMENT= GUI for radare2 reverse engineering framework LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING +BUILD_DEPENDS= python3:lang/python3 +RUN_DEPENDS= python3:lang/python3 + LIB_DEPENDS= libr2.so:devel/radare2 -USES= pkgconfig qmake +USES= pkgconfig python:3.4+ qmake USE_GITHUB= yes GH_ACCOUNT= radareorg GH_PROJECT= cutter -USE_QT5= buildtools_build core gui svg widgets +USE_QT5= buildtools_build core gui svg webengine widgets WRKSRC_SUBDIR= src |