diff options
author | cpm <cpm@FreeBSD.org> | 2019-03-17 16:24:18 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2019-03-17 16:24:18 +0800 |
commit | 389f7cf140b2a25c87bd634498da229521ba88d8 (patch) | |
tree | 8334e2c4e3b10114238496769ba900950c4d53cc /security | |
parent | 6424a6dc6d53b9ab049909afd36d946aaf91053f (diff) | |
download | freebsd-ports-gnome-389f7cf140b2a25c87bd634498da229521ba88d8.tar.gz freebsd-ports-gnome-389f7cf140b2a25c87bd634498da229521ba88d8.tar.zst freebsd-ports-gnome-389f7cf140b2a25c87bd634498da229521ba88d8.zip |
- Simplify with DOCS_CONFIGURE_ENABLE helper
Reported by: jbeich
Diffstat (limited to 'security')
-rw-r--r-- | security/libu2f-host/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libu2f-host/Makefile b/security/libu2f-host/Makefile index 1364a435a8ad..b075200712bd 100644 --- a/security/libu2f-host/Makefile +++ b/security/libu2f-host/Makefile @@ -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> |