aboutsummaryrefslogtreecommitdiff
path: root/textproc/librevenge
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-19 23:20:17 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-19 23:20:17 +0000
commit657883c85c8469469f533273ad3c1650dc3a3fdb (patch)
treef21f0287d514513300afba5494af4bf44c0085cc /textproc/librevenge
parentdf460e0876f98d3f2d60d6ea0cc1f49e2afd7fde (diff)
downloadports-657883c85c8469469f533273ad3c1650dc3a3fdb.tar.gz
ports-657883c85c8469469f533273ad3c1650dc3a3fdb.zip
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)
Notes
Notes: svn path=/head/; revision=424295
Diffstat (limited to 'textproc/librevenge')
-rw-r--r--textproc/librevenge/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/librevenge/Makefile b/textproc/librevenge/Makefile
index 745d67facacf..c87f39ce71f3 100644
--- a/textproc/librevenge/Makefile
+++ b/textproc/librevenge/Makefile
@@ -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>