aboutsummaryrefslogtreecommitdiff
path: root/sysutils/burp
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-12-22 20:29:52 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-12-22 20:29:52 +0000
commit17fac6b9ef757fad00174f8c1fc1e516363c2c30 (patch)
tree463371b624a3f6c1e4501f8d19aed0ace7cd5a98 /sysutils/burp
parent25fbb7c3c92ac3cc4e25e7c2ec9703134be4de42 (diff)
downloadports-17fac6b9ef757fad00174f8c1fc1e516363c2c30.tar.gz
ports-17fac6b9ef757fad00174f8c1fc1e516363c2c30.zip
sysutils/burp: missing runtime dependency on shells/bash
Burp ships with some scripts that need bash. PR: 242723 Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> Approved by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=520662
Diffstat (limited to 'sysutils/burp')
-rw-r--r--sysutils/burp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile
index 759dd7dbed03..47a0a4ce447c 100644
--- a/sysutils/burp/Makefile
+++ b/sysutils/burp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= burp
PORTVERSION?= 2.2.18
-PORTREVISION?= 1 #whenever PORTREVISION is increased, it must be increased for
+PORTREVISION?= 2 #whenever PORTREVISION is increased, it must be increased for
#the slave port sysutils/burp-devel too
CATEGORIES= sysutils
@@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \
${LOCALBASE}/include/yajl/yajl_common.h:devel/yajl
LIB_DEPENDS= librsync.so:net/librsync2
+RUN_DEPENDS= bash:shells/bash
USES= autoreconf gmake libtool ncurses pkgconfig ssl
USE_GITHUB= yes