svn commit: r429098 - head/graphics/oyranos

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


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 at 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>


More information about the svn-ports-head mailing list