svn commit: r312078 - head/editors/libreoffice
Jung-uk Kim
jkim at FreeBSD.org
Mon Feb 11 19:58:19 UTC 2013
Author: jkim
Date: Mon Feb 11 19:58:19 2013
New Revision: 312078
URL: http://svnweb.freebsd.org/changeset/ports/312078
Log:
Add devel/doxygen as a build dependency for SDK option.
Pointed by: ale
Modified:
head/editors/libreoffice/Makefile
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Mon Feb 11 19:44:54 2013 (r312077)
+++ head/editors/libreoffice/Makefile Mon Feb 11 19:58:19 2013 (r312078)
@@ -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
More information about the svn-ports-head
mailing list