mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix DOCS option logic
Reported by: Olivier Smedts <olivier@gid0.org>
This commit is contained in:
parent
5b439e1731
commit
56dc3e4181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297785
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ PORTDOCS= *
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
CONFIGURE_ARGS+= --without-docs
|
||||
.else
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-docs
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue