diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-11 02:57:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-11 02:57:01 +0800 |
commit | c4cdda791af3524fe5c998905b27edad49198db9 (patch) | |
tree | 272e6d0b837f678a3a117275230e5699def620f0 /textproc | |
parent | afc7aedd63df50d5b27c70e5a831f48a267b7d8e (diff) | |
download | freebsd-ports-gnome-c4cdda791af3524fe5c998905b27edad49198db9.tar.gz freebsd-ports-gnome-c4cdda791af3524fe5c998905b27edad49198db9.tar.zst freebsd-ports-gnome-c4cdda791af3524fe5c998905b27edad49198db9.zip |
Allow building when cppunit is not installed
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libe-book/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile index 8b78b013e80f..74474147e860 100644 --- a/textproc/libe-book/Makefile +++ b/textproc/libe-book/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 +CONFIGURE_ARGS= --disable-werror --disable-tests CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= * |