View | Details | Raw Unified | Return to bug 213284
Collapse All | Expand All

(-)textproc/librevenge/Makefile (-3 / +3 lines)
Lines 18-30 Link Here
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
19
BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOXYGEN
22
22
23
CPPFLAGS=	-I${LOCALBASE}/include
23
CPPFLAGS=	-I${LOCALBASE}/include
24
CONFIGURE_ARGS=	-disable-werror --disable-tests
24
CONFIGURE_ARGS=	-disable-werror --disable-tests
25
25
26
PORTDOCS=	*
26
PORTDOCS=	*
27
DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
27
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
28
DOCS_CONFIGURE_OFF=	--without-docs
28
DOXYGEN_CONFIGURE_OFF=	--without-docs
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 213284