summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-08 16:40:19 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-08 16:40:19 +0000
commita1eda1aefff03637344792e8e3ecceccbc35bb2a (patch)
tree3b4f1382410f6c6c134fd3341aa33f79c10b8c28
parentsecurity/ossec-hids: Update to 3.6.0 (diff)
devel/app-builder: add missing runtime dependency
PR: 244334 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
Notes
Notes: svn path=/head/; revision=528055
Diffstat (limited to '')
-rw-r--r--devel/app-builder/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/app-builder/Makefile b/devel/app-builder/Makefile
index 8ed0bd922814..0a2b3a75d1c9 100644
--- a/devel/app-builder/Makefile
+++ b/devel/app-builder/Makefile
@@ -3,6 +3,7 @@
PORTNAME= app-builder
DISTVERSIONPREFIX= v
DISTVERSION= 3.4.2
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= tagattie@yandex.com
@@ -11,6 +12,7 @@ COMMENT= Generic helper tool to build app in a distributable format
LICENSE= MIT
BUILD_DEPENDS= go-bindata:devel/go-bindata
+RUN_DEPENDS= opj_decompress:graphics/openjpeg
USES= gmake go:modules