svn commit: r424295 - head/textproc/librevenge

John Marino marino at FreeBSD.org
Wed Oct 19 23:20:19 UTC 2016


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>


More information about the svn-ports-all mailing list