diff options
-rw-r--r-- | devel/app-builder/Makefile | 2 |
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 |