diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2021-10-22 16:10:59 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2021-10-22 16:14:27 +0300 |
commit | a1e02e33ef68aec500324d634c6873aa63a20fb0 (patch) | |
tree | 8209828939d72d4e3b39640e7977cee31780754b /x11/xpra-html5/Makefile | |
parent | databases/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/Makefile | 5 |
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 |