aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-12 03:58:19 +0800
committerjkim <jkim@FreeBSD.org>2013-02-12 03:58:19 +0800
commit73856b33dca3a72f18ad61fa9ca2965ed5d42bd8 (patch)
tree463401cc772769013fb58ee68a6b6e0654c47460 /editors
parentac88cdd3eef2e274898e80c231d5efaab0ebe4d9 (diff)
downloadfreebsd-ports-gnome-73856b33dca3a72f18ad61fa9ca2965ed5d42bd8.tar.gz
freebsd-ports-gnome-73856b33dca3a72f18ad61fa9ca2965ed5d42bd8.tar.zst
freebsd-ports-gnome-73856b33dca3a72f18ad61fa9ca2965ed5d42bd8.zip
Add devel/doxygen as a build dependency for SDK option.
Pointed by: ale
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index af9a0c024a77..0eaacd6c53d2 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -339,8 +339,8 @@ CONFIGURE_ARGS+= --disable-mergelibs
.if ${PORT_OPTIONS:MSDK}
DISTFILES+= 185d60944ea767075d27247c3162b3bc-unowinreg.dll:ext
-
-CONFIGURE_ARGS+= --enable-odk
+BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+CONFIGURE_ARGS+= --enable-odk --with-doxygen=${LOCALBASE}/bin/doxygen
.else
CONFIGURE_ARGS+= --disable-odk
.endif