git: 1f8a5aa41f9c - main - devel/gammaray: Add necessary runtime dep on lsof
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Mar 2025 17:57:13 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f8a5aa41f9c902b96fdb90db1e9af4656f55893
commit 1f8a5aa41f9c902b96fdb90db1e9af4656f55893
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-30 17:56:50 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-30 17:57:10 +0000
devel/gammaray: Add necessary runtime dep on lsof
---
devel/gammaray/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/gammaray/Makefile b/devel/gammaray/Makefile
index 67de1f1861b1..4d2699df6cac 100644
--- a/devel/gammaray/Makefile
+++ b/devel/gammaray/Makefile
@@ -1,9 +1,9 @@
PORTNAME= gammaray
DISTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/KDAB/GammaRay/releases/download/v${DISTVERSION}/
-# implicit-approval+: arrowd
MAINTAINER= kde@FreeBSD.org
COMMENT= Debugging tool for Qt-application
WWW= https://www.kdab.com/development-resources/qt-tools/gammaray/
@@ -24,6 +24,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt
LIB_DEPENDS= libdwarf.so:devel/libdwarf \
libelf.so:devel/libelf
+RUN_DEPENDS= lsof:sysutils/lsof
FLAVORS= qt6 qt5
FLAVOR?= qt6