svn commit: r357363 - head/textproc/librevenge
Antoine Brodin
antoine at FreeBSD.org
Tue Jun 10 18:47:58 UTC 2014
Author: antoine
Date: Tue Jun 10 18:47:58 2014
New Revision: 357363
URL: http://svnweb.freebsd.org/changeset/ports/357363
QAT: https://qat.redports.org/buildarchive/r357363/
Log:
Allow building when cppunit is not installed
Modified:
head/textproc/librevenge/Makefile
Modified: head/textproc/librevenge/Makefile
==============================================================================
--- head/textproc/librevenge/Makefile Tue Jun 10 18:36:46 2014 (r357362)
+++ head/textproc/librevenge/Makefile Tue Jun 10 18:47:58 2014 (r357363)
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos
OPTIONS_DEFINE= DOCS
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ARGS= -disable-werror
+CONFIGURE_ARGS= -disable-werror --disable-tests
PORTDOCS= *
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
More information about the svn-ports-all
mailing list