Date: Wed, 19 Oct 2016 23:20:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424295 - head/textproc/librevenge Message-ID: <201610192320.u9JNKH9m092486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Oct 19 23:20:17 2016 New Revision: 424295 URL: https://svnweb.freebsd.org/changeset/ports/424295 Log: textproc/librevenge: change DOCS option to DOXYGEN Follow trend to move optional doxygen documentation generation away from DOCS option to its own dedication option. PR: 213284 Approved by: office (truckman) Modified: head/textproc/librevenge/Makefile Modified: head/textproc/librevenge/Makefile ============================================================================== --- head/textproc/librevenge/Makefile Wed Oct 19 22:24:17 2016 (r424294) +++ head/textproc/librevenge/Makefile Wed Oct 19 23:20:17 2016 (r424295) @@ -2,6 +2,7 @@ PORTNAME= librevenge PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,13 +19,13 @@ INSTALL_TARGET= install-strip BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= -disable-werror --disable-tests PORTDOCS= * -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CONFIGURE_OFF= --without-docs +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_OFF= --without-docs .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610192320.u9JNKH9m092486>