diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-11 02:47:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-11 02:47:58 +0800 |
commit | afc7aedd63df50d5b27c70e5a831f48a267b7d8e (patch) | |
tree | 762dff4cd183a6abafbb98efd4949e51e8d39ac6 | |
parent | 808b3f698968f0681d412577e839f62504de0f41 (diff) | |
download | freebsd-ports-gnome-afc7aedd63df50d5b27c70e5a831f48a267b7d8e.tar.gz freebsd-ports-gnome-afc7aedd63df50d5b27c70e5a831f48a267b7d8e.tar.zst freebsd-ports-gnome-afc7aedd63df50d5b27c70e5a831f48a267b7d8e.zip |
Allow building when cppunit is not installed
-rw-r--r-- | textproc/librevenge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/librevenge/Makefile b/textproc/librevenge/Makefile index 2979c4715a94..f348f73d3b6a 100644 --- a/textproc/librevenge/Makefile +++ b/textproc/librevenge/Makefile @@ -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 |