diff options
author | mat <mat@FreeBSD.org> | 2018-07-13 14:55:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-07-13 14:55:26 +0800 |
commit | e81a330ae8f21f642f980afa4bc986ef6e661a40 (patch) | |
tree | d697f00b87bed8a7b02544b10533a80e860cb6b0 /x11 | |
parent | acefbb654068009a1b8f897c20b2d1be46f5b96c (diff) | |
download | freebsd-ports-gnome-e81a330ae8f21f642f980afa4bc986ef6e661a40.tar.gz freebsd-ports-gnome-e81a330ae8f21f642f980afa4bc986ef6e661a40.tar.zst freebsd-ports-gnome-e81a330ae8f21f642f980afa4bc986ef6e661a40.zip |
Remove dependencies on lang/python3.
Sponsored by: Absolight
Diffstat (limited to 'x11')
-rw-r--r-- | x11/radare-cutter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index 1890ae594e33..ef7bc9cc8c62 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -3,6 +3,7 @@ PORTNAME= radare-cutter PORTVERSION= 1.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= swills@FreeBSD.org @@ -11,9 +12,6 @@ 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= libr_bin.so:devel/radare2 USES= pkgconfig python:3.4+ qmake:outsource qt:5 @@ -32,4 +30,7 @@ PLIST_FILES= bin/Cutter \ share/applications/Cutter.desktop \ share/pixmaps/cutter.svg +post-patch: + @${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro + .include <bsd.port.mk> |