aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-12-19 03:56:02 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-12-19 03:56:02 +0000
commit36163fcde68fcd9fb0385aeb04706ff78becb753 (patch)
tree57b6eee7e4bf7eccd9a63fe5b9fdd96175a37eb8
parent6fc0b7c68e96f87e96013140a2588c63d638fa9d (diff)
downloadports-36163fcde68fcd9fb0385aeb04706ff78becb753.tar.gz
ports-36163fcde68fcd9fb0385aeb04706ff78becb753.zip
MFH: r558425
editors/libreoffice: unbreak build with WEBDAV=OFF Define configure arguments to not search for neon while webdav is not requested. Noticed by: jrm
Notes
Notes: svn path=/branches/2020Q4/; revision=558426
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 559794e41b6f..f0903e017103 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -224,6 +224,8 @@ TEST_ALL_TARGET= build
TEST_ALL_TARGET_OFF= build-nocheck
TEST_CONFIGURE_ENABLE= cve-tests
+WEBDAV_CONFIGURE_ON= --with-webdav=neon
+WEBDAV_CONFIGURE_OFF= --with-webdav=no
WEBDAV_CONFIGURE_ENABLE= neon
WEBDAV_LIB_DEPENDS= libneon.so:www/neon