aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2023-07-30 22:17:40 +0000
committerLewis Cook <lcook@FreeBSD.org>2023-07-30 22:27:07 +0000
commitde519c15f849c074653b3e7f072d1b4e16d9de2e (patch)
treed19d3b511ec5ee44176266d87e9577411a790741
parentaa30cdd58163b585c63f5319861ff1c72c791349 (diff)
downloadports-de519c15f849c074653b3e7f072d1b4e16d9de2e.tar.gz
ports-de519c15f849c074653b3e7f072d1b4e16d9de2e.zip
misc/xplr: Add missing bash runtime dependency
Numerous operations while using xplr requires bash to be present on the system, otherwise will either silently fail or spew an generic error message. MFH: 2023Q3
-rw-r--r--misc/xplr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile
index 1c3191b9ec00..7506ed4219b2 100644
--- a/misc/xplr/Makefile
+++ b/misc/xplr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xplr
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MAINTAINER= lcook@FreeBSD.org
@@ -11,6 +11,8 @@ WWW= https://xplr.dev
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= bash:shells/bash
+
USES= cargo compiler desktop-file-utils gmake luajit
USE_GITHUB= yes
GH_ACCOUNT= sayanarijit