mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow building when cppunit is not installed
This commit is contained in:
parent
5868438ed6
commit
dd33e5f157
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357363
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue