aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-11 19:58:19 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-11 19:58:19 +0000
commit81ba405317b52a067c828d2f711792703a3f8b12 (patch)
tree463401cc772769013fb58ee68a6b6e0654c47460 /editors
parent3459e7d5ece8b662d2b588282254627c1a63c257 (diff)
downloadports-81ba405317b52a067c828d2f711792703a3f8b12.tar.gz
ports-81ba405317b52a067c828d2f711792703a3f8b12.zip
Add devel/doxygen as a build dependency for SDK option.
Pointed by: ale
Notes
Notes: svn path=/head/; revision=312078
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