svn commit: r357508 - head/textproc/libe-book00
Antoine Brodin
antoine at FreeBSD.org
Wed Jun 11 16:43:18 UTC 2014
Author: antoine
Date: Wed Jun 11 16:43:17 2014
New Revision: 357508
URL: http://svnweb.freebsd.org/changeset/ports/357508
QAT: https://qat.redports.org/buildarchive/r357508/
Log:
Fix configure when cppunit is not installed
Modified:
head/textproc/libe-book00/Makefile
Modified: head/textproc/libe-book00/Makefile
==============================================================================
--- head/textproc/libe-book00/Makefile Wed Jun 11 16:42:14 2014 (r357507)
+++ head/textproc/libe-book00/Makefile Wed Jun 11 16:43:17 2014 (r357508)
@@ -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:
More information about the svn-ports-all
mailing list