diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-12-19 03:54:25 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-12-19 03:54:25 +0000 |
commit | bc1d0fa208427f50c95cbd8094972ab5babe56b0 (patch) | |
tree | 0e110e4a25e8b1a164e70954b6186f97b72229c9 /editors | |
parent | c0bcfaed250b599504b782d99592b7e7b07c29b1 (diff) |
editors/libreoffice: unbreak build with WEBDAV=OFF
Define configure arguments to not search for neon while webdav is not requested.
Noticed by: jrm
MFH: 2020Q4
Notes
Notes:
svn path=/head/; revision=558425
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 8300e392cc90..1a8b37c6ac0e 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 |