Use options helpers

This commit is contained in:
Baptiste Daroussin 2017-10-04 11:53:46 +00:00
parent 63a61444c5
commit 95259da292
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451221

View File

@ -21,10 +21,6 @@ DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
.include <bsd.port.pre.mk>
DOXYGEN_MESON_TRUE= documentation
.if ${PORT_OPTIONS:MDOXYGEN}
MESON_ARGS+= -Ddocumentation=true
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>