Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 14:56:30 +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: r429098 - head/graphics/oyranos
Message-ID:  <201612211456.uBLEuUpi003574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec 21 14:56:30 2016
New Revision: 429098
URL: https://svnweb.freebsd.org/changeset/ports/429098

Log:
  Make doxygen optional.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/oyranos/Makefile   (contents, props changed)

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Wed Dec 21 14:56:26 2016	(r429097)
+++ head/graphics/oyranos/Makefile	Wed Dec 21 14:56:30 2016	(r429098)
@@ -2,14 +2,13 @@
 
 PORTNAME=	oyranos
 PORTVERSION=	0.9.5
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
 
 MAINTAINER=	bsam@FreeBSD.org
 COMMENT=	Colour Management System (CMS)
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:devel/doxygen
 RUN_DEPENDS=	${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:graphics/icc-profiles-openicc \
 		${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:graphics/icc-profiles-basiccolor
 LIB_DEPENDS=	libraw.so:graphics/libraw \
@@ -36,6 +35,10 @@ CMAKE_ARGS+=	-DXDG_CONFIG_DIR=${PREFIX}/
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 MAKE_JOBS_UNSAFE=yes
 
+OPTIONS_DEFINE=	DOXYGEN
+
+DOXYGEN_BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:devel/doxygen
+
 PORTDOCS=	*
 
 .include <bsd.port.pre.mk>



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