diff options
author | jkim <jkim@FreeBSD.org> | 2015-01-29 06:47:29 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-01-29 06:47:29 +0800 |
commit | 7acf0bb9a49f75542bff616ee078eab1c34b6f00 (patch) | |
tree | 307d4a63d79f553bc89ca2966b61d35ce1e37897 /textproc | |
parent | 729b514c9c1952fe68800c54570ad413b1044fbd (diff) | |
download | freebsd-ports-gnome-7acf0bb9a49f75542bff616ee078eab1c34b6f00.tar.gz freebsd-ports-gnome-7acf0bb9a49f75542bff616ee078eab1c34b6f00.tar.zst freebsd-ports-gnome-7acf0bb9a49f75542bff616ee078eab1c34b6f00.zip |
Fix build without devel/cppunit.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio01/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index a3d500908628..c886de1983c2 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORT LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge -CONFIGURE_ARGS= --disable-werror --without-docs +CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes |