summaryrefslogtreecommitdiff
path: root/x11/xpra-html5/Makefile
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-10-22 16:10:59 +0300
committerGleb Popov <arrowd@FreeBSD.org>2021-10-22 16:14:27 +0300
commita1e02e33ef68aec500324d634c6873aa63a20fb0 (patch)
tree8209828939d72d4e3b39640e7977cee31780754b /x11/xpra-html5/Makefile
parentdatabases/rocksdb: fix build on powerpc64* (diff)
x11/xpra-html5: Update to 4.5.1
Turn MINIFY off by default, because yuicompressor can't handle source code anymore. Just if someone would make a port for uglifyjs...
Diffstat (limited to 'x11/xpra-html5/Makefile')
-rw-r--r--x11/xpra-html5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xpra-html5/Makefile b/x11/xpra-html5/Makefile
index f3e54084e195..3d0c9b2407a5 100644
--- a/x11/xpra-html5/Makefile
+++ b/x11/xpra-html5/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xpra-html5
-PORTVERSION= 4.4
+PORTVERSION= 4.5.1
DISTVERSIONPREFIX= v
CATEGORIES= x11
@@ -11,10 +11,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= brotli:archivers/brotli
-USES= python:3.6+
+USES= python:3.6+,build
OPTIONS_DEFINE= MINIFY
-OPTIONS_DEFAULT= MINIFY
MINIFY_DESC= Minify JavaScript source files
MINIFY_BUILD_DEPENDS= yuicompressor:www/yuicompressor