svn commit: r502691 - head/graphics/cairomm

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 06:02:11 UTC 2019


Author: tobik
Date: Sun May 26 06:02:10 2019
New Revision: 502691
URL: https://svnweb.freebsd.org/changeset/ports/502691

Log:
  graphics/cairomm: Fix DOCS option
  
  There is no opt_CONFIGURE_ARGS_OFF helper.  While nothing was really
  broken thanks to having @comment in the plist with the option off.
  Actually passing --disable-documentation to configure should save
  a tiny bit of build time during builds with DOCS=off.

Modified:
  head/graphics/cairomm/Makefile

Modified: head/graphics/cairomm/Makefile
==============================================================================
--- head/graphics/cairomm/Makefile	Sun May 26 05:35:21 2019	(r502690)
+++ head/graphics/cairomm/Makefile	Sun May 26 06:02:10 2019	(r502691)
@@ -25,7 +25,7 @@ CONFIGURE_ENV=	AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" D
 
 OPTIONS_DEFINE=	DOCS
 
-DOCS_CONFIGURE_ARGS_OFF=	--disable-documentation
+DOCS_CONFIGURE_OFF=	--disable-documentation
 
 post-configure-DOCS-off:
 	@${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html


More information about the svn-ports-head mailing list