svn commit: r357523 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 11 18:47:44 UTC 2014


Author: bapt
Date: Wed Jun 11 18:47:43 2014
New Revision: 357523
URL: http://svnweb.freebsd.org/changeset/ports/357523
QAT: https://qat.redports.org/buildarchive/r357523/

Log:
  explicitly disable doxygen
  
  Reported by:	pi

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Wed Jun 11 18:44:31 2014	(r357522)
+++ head/editors/libreoffice/Makefile	Wed Jun 11 18:47:43 2014	(r357523)
@@ -309,7 +309,7 @@ DISTFILES+=	185d60944ea767075d27247c3162
 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}


More information about the svn-ports-head mailing list