summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-07-08 16:46:57 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-07-08 16:46:57 +0000
commit8ccb80a3090f85a383a32a01c27a8b0626f6529e (patch)
treee15318ec6d6261b55aeb6abb913f8c2c3c1dc5c5
parentd5dea7d8a2c9c8d61481b13e176d850866564c5c (diff)
downloadfreebsd-ports-8ccb80a3090f85a383a32a01c27a8b0626f6529e.zip
- Forgot py-openimageio on the previous openimageio commit
PR: 200818 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
-rw-r--r--graphics/py-openimageio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index db35100eb511..378727816682 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,17 +1,16 @@
# Created by: Shane Ambler
# $FreeBSD$
-PORTREVISION= 3
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= OpenImageIO python bindings
MASTERDIR= ${.CURDIR}/../openimageio
-OPTIONS_EXCLUDE=DOCS IMAGEVIEWER OCIO
+OPTIONS_EXCLUDE=DOCS FFMPEG GIF IMAGEVIEWER OCIO RAW TEST
do-install:
- @${MKDIR} -p ${STAGEDIR}${PYTHON_SITELIBDIR}
+ @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR}
.include "${MASTERDIR}/Makefile"