svn commit: r429091 - head/devel/libiqxmlrpc

Mathieu Arnold mat at FreeBSD.org
Wed Dec 21 14:56:08 UTC 2016


Author: mat
Date: Wed Dec 21 14:56:07 2016
New Revision: 429091
URL: https://svnweb.freebsd.org/changeset/ports/429091

Log:
  Rename the DOCS option to DOXYGEN.
  
  Sponsored by:	Absolight

Modified:
  head/devel/libiqxmlrpc/Makefile   (contents, props changed)

Modified: head/devel/libiqxmlrpc/Makefile
==============================================================================
--- head/devel/libiqxmlrpc/Makefile	Wed Dec 21 14:56:04 2016	(r429090)
+++ head/devel/libiqxmlrpc/Makefile	Wed Dec 21 14:56:07 2016	(r429091)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libiqxmlrpc
 PORTVERSION=	0.13.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel net
 MASTER_SITES=	SF
 
@@ -14,11 +14,11 @@ LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOXYGEN
 OPTIONS_DEFAULT=
 
-DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
-DOCS_CMAKE_OFF=	-Dbuild_docs=off
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_CMAKE_OFF=	-Dbuild_docs=off
 
 USE_GNOME=	libxml2
 USES=		cmake tar:bzip2


More information about the svn-ports-head mailing list