diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 18:47:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-11 18:47:43 +0000 |
commit | 447b2b0b8e10116b3bd699d9e6c117efe6045649 (patch) | |
tree | 9d47d06212b0db76169eae1e0e7741751a61b5e1 /editors | |
parent | f5fd6405a67a647a117f1fe7357e3694464a6596 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index c1859ee9bd06..1b8658a74a4a 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -309,7 +309,7 @@ DISTFILES+= 185d60944ea767075d27247c3162b3bc-unowinreg.dll:ext BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen CONFIGURE_ARGS+= --enable-odk --with-doxygen=${LOCALBASE}/bin/doxygen .else -CONFIGURE_ARGS+= --disable-odk +CONFIGURE_ARGS+= --disable-odk --without-doxygen .endif .if ${PORT_OPTIONS:MSYSTRAY} |