Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 08:24:18 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496027 - head/security/libu2f-host
Message-ID:  <201903170824.x2H8OIHJ011744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Mar 17 08:24:18 2019
New Revision: 496027
URL: https://svnweb.freebsd.org/changeset/ports/496027

Log:
  - Simplify with DOCS_CONFIGURE_ENABLE helper
  
  Reported by:	jbeich

Modified:
  head/security/libu2f-host/Makefile

Modified: head/security/libu2f-host/Makefile
==============================================================================
--- head/security/libu2f-host/Makefile	Sun Mar 17 08:13:31 2019	(r496026)
+++ head/security/libu2f-host/Makefile	Sun Mar 17 08:24:18 2019	(r496027)
@@ -29,7 +29,6 @@ OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
 DOCS_BUILD_DEPENDS=	gtk-doc>0:textproc/gtk-doc
-DOCS_CONFIGURE_ON=	--enable-gtk-doc
-DOCS_CONFIGURE_OFF=	--disable-gtk-doc
+DOCS_CONFIGURE_ENABLE=	gtk-doc
 
 .include <bsd.port.mk>



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