diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-11-29 17:19:05 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-11-29 17:21:21 +0300 |
commit | 83bc8e5919b7fb74ce8069ce19c47f4f4169a332 (patch) | |
tree | b7d82e2b6e4a3ae2e2cb4b178e7fae293992b973 /editors | |
parent | 00cc012c32125e345088ed1b325c033d38bd3a93 (diff) | |
download | freebsd-ports-83bc8e5919b7fb74ce8069ce19c47f4f4169a332.zip |
editors/libreoffice: additional tweak to regenerate html docs and unbreak L10N helppacks
Bump PORTREVISION to force rebuild.
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 0aca8330d5c0..8cbf42989471 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" @@ -139,7 +139,7 @@ COINMP_LIB_DEPENDS= libCoinMP.so:math/coinmp CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS= libcups.so:print/cups -DOCS_CONFIGURE_WITH= help +DOCS_CONFIGURE_ON= --with-help=html GNOME_CONFIGURE_ENABLE= dbus dconf GNOME_IMPLIES= GTK3 |