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:31:48 +0000
commitfd773a829bc3bd2fc1b7fc67b7ba2f3c06bfc96a (patch)
tree81db4dd74b6da54d2fcfb7c4847ba7da6ebc0a24
parent177c62956a3d0197b0ac9839a6cd668b8a75cf4c (diff)
downloadports-fd773a829bc3bd2fc1b7fc67b7ba2f3c06bfc96a.tar.gz
ports-fd773a829bc3bd2fc1b7fc67b7ba2f3c06bfc96a.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 (cherry picked from commit de519c15f849c074653b3e7f072d1b4e16d9de2e)
-rw-r--r--misc/xplr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile
index 0ac3577bb650..7506ed4219b2 100644
--- a/misc/xplr/Makefile
+++ b/misc/xplr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xplr
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.2
-PORTREVISION= 2
+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