Fix DOCS option logic

Reported by:	Olivier Smedts <olivier@gid0.org>
This commit is contained in:
Baptiste Daroussin 2012-05-30 12:58:11 +00:00
parent 5b439e1731
commit 56dc3e4181
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297785

View file

@ -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>