diff options
Diffstat (limited to 'graphics/py-openexr/Makefile')
-rw-r--r-- | graphics/py-openexr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index 117f2baf1491..c483a45966f5 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -3,7 +3,7 @@ PORTNAME= openexr PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics python MASTER_SITES= http://excamera.com/files/ \ CHEESESHOP @@ -15,13 +15,12 @@ COMMENT= Python module for ILM's OpenEXR image format and library LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR -NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= OpenEXR +PYDISTUTILS_AUTOPLIST= yes MASTER_SITE_SUBDIR=source/O/OpenEXR .include <bsd.port.mk> |