Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 18:47:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357523 - head/editors/libreoffice
Message-ID:  <201406111847.s5BIlihH032461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406111847.s5BIlihH032461>