Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 06:02:11 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502691 - head/graphics/cairomm
Message-ID:  <201905260602.x4Q62Bl2079769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260602.x4Q62Bl2079769>