diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 14:56:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 14:56:30 +0000 |
commit | 20ccd6f5ab19ff5d42cdd0f6d6d7035e9d703777 (patch) | |
tree | 5d0b1c6abc0a01acf54cc9dc551df89be2144ffe /graphics/oyranos | |
parent | 64238b89c7e86cc60be878d8aecc1f5217b1e5bc (diff) |
Notes
Diffstat (limited to 'graphics/oyranos')
-rw-r--r-- | graphics/oyranos/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index cd9c13721604..6936d3761e8b 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -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}/etc/xdg 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> |