diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-12 00:43:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-12 00:43:17 +0800 |
commit | 0308fc98c3d19986b6eec4448cbb0d9df8e4407d (patch) | |
tree | 12d2770108ea4a15cce3f83a05b8d8803748b3d3 /textproc/libe-book00 | |
parent | 5b9803d024b2629ddf11366d305345dfd2dff306 (diff) | |
download | freebsd-ports-gnome-0308fc98c3d19986b6eec4448cbb0d9df8e4407d.tar.gz freebsd-ports-gnome-0308fc98c3d19986b6eec4448cbb0d9df8e4407d.tar.zst freebsd-ports-gnome-0308fc98c3d19986b6eec4448cbb0d9df8e4407d.zip |
Fix configure when cppunit is not installed
Diffstat (limited to 'textproc/libe-book00')
-rw-r--r-- | textproc/libe-book00/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libe-book00/Makefile b/textproc/libe-book00/Makefile index fe86b70da23f..28b3b37ff563 100644 --- a/textproc/libe-book00/Makefile +++ b/textproc/libe-book00/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT" INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-werror --without-docs +CONFIGURE_ARGS= --disable-werror --without-docs --disable-tests CPPFLAGS+= -I${LOCALBASE}/include post-install: |