Allow building when cppunit is not installed

This commit is contained in:
Antoine Brodin 2014-06-10 18:47:58 +00:00
parent 5868438ed6
commit dd33e5f157
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357363

View File

@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel
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