aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2022-03-28 06:49:15 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-03-28 10:21:00 +0000
commitb70f5cb56481d154c8fbea76ca7441480ba98945 (patch)
tree9c28aaaa2c822e2aaa626db1e85d1f3d3c47ce64
parentbad91155fdfdc7cb9344413bd0c83ba175b74ec4 (diff)
downloadports-b70f5cb56481d154c8fbea76ca7441480ba98945.tar.gz
ports-b70f5cb56481d154c8fbea76ca7441480ba98945.zip
www/onlyoffice-documentserver: Fix build with MYSQL option
Add missing "localbase" to the USES list. Error message: Error: Command failed: /bin/sh -c ./configure --with-system-zlib --with-system-libpng --prefix="/wrkdirs/usr/ports/www/onlyoffice-documentserver/work/DocumentServer-7.0.1/web-apps/build/node_modules/optipng-bin/vendor" --bindir="/wrkdirs/usr/ports/www/onlyoffice-documentserver/work/DocumentServer-7.0.1/web-apps/build/node_modules/optipng-bin/vendor" Checking for system libpng... ./configure: error: missing libpng or incorrect libpng version ./configure: note: libpng version 1.2.9 or higher is required Reported and tested by: Martin Waschbüsch
-rw-r--r--www/onlyoffice-documentserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile
index 2b93a2b48849..164bb29a058c 100644
--- a/www/onlyoffice-documentserver/Makefile
+++ b/www/onlyoffice-documentserver/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>0:sysutils/py-supervisor@${PY_FLA
rabbitmq>0:net/rabbitmq \
webfonts>=0:x11-fonts/webfonts
-USES= autoreconf:build dos2unix fakeroot gmake gnome iconv nodejs:16,build pkgconfig \
+USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build pkgconfig \
python:3.7+,build qt:5
USE_QT= qmake_build
USE_GITHUB= yes