Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 14:56:07 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429091 - head/devel/libiqxmlrpc
Message-ID:  <201612211456.uBLEu7Ih002863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211456.uBLEu7Ih002863>