From ba1655dc99798f157981b90a218a08e7382f3b2d Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 24 Nov 2015 11:47:13 +0000 Subject: - Allow to build OpenImageIO without OpenCV, JPEG 2000, and TrueType support - Turn off FFMPEG option by default; fix spelling of "FFmpeg" and "Color" - Make sure that `graphics/py-openimageio' slave port remains optionless - While here, wrap couple of long lines and beautify port description text OpenCV and FFMPEG are heavy dependencies, while these features might not even be used in consumer ports (e.g. blender, luxrender, and appleseed). More to it, OpenCV is broken on PowerPC, which prevents building any consumer ports. Approved by: maintainer --- graphics/py-openimageio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/py-openimageio') diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index 378727816682..5a5b77a5c30f 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= OpenImageIO python bindings MASTERDIR= ${.CURDIR}/../openimageio -OPTIONS_EXCLUDE=DOCS FFMPEG GIF IMAGEVIEWER OCIO RAW TEST +OPTIONS_EXCLUDE=${OPTIONS_DEFINE} do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} -- cgit v1.2.3