svn commit: r496027 - head/security/libu2f-host
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Mar 17 08:24:19 UTC 2019
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>
More information about the svn-ports-head
mailing list