diff options
author | mva <mva@FreeBSD.org> | 2015-07-08 16:46:57 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-07-08 16:46:57 +0000 |
commit | 78be7e6ce9683950d1a941d0f6c53ccc83b94a0f (patch) | |
tree | e15318ec6d6261b55aeb6abb913f8c2c3c1dc5c5 | |
parent | 2e377721452e0ab3a1347dc477e630904a3797e4 (diff) | |
download | FreeBSD-ports-78be7e6ce9683950d1a941d0f6c53ccc83b94a0f.zip FreeBSD-ports-78be7e6ce9683950d1a941d0f6c53ccc83b94a0f.tar.gz |
- Forgot py-openimageio on the previous openimageio commit
PR: 200818
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
-rw-r--r-- | graphics/py-openimageio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index db35100..3787278 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" |