diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /graphics/vigra | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'graphics/vigra')
-rw-r--r-- | graphics/vigra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index ffee856370db..1093c72b2b09 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libsz.so:science/szip -USES= cmake:outsource python:2,run shebangfix +USES= cmake:outsource python:2.7,run shebangfix CMAKE_ARGS= -DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \ -DDOCINSTALL:PATH=${DOCSDIR_REL} @@ -44,7 +44,7 @@ OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR NUMPY_DESC= NumPy mathematical computing (USE Fortran/GCC47+) NUMPY_CMAKE_BOOL= WITH_VIGRANUMPY -NUMPY_USES= compiler:gcc-c++11-lib python:2,build +NUMPY_USES= compiler:gcc-c++11-lib python:2.7,build NUMPY_BUILD_DEPENDS= nosetests:devel/py-nose \ f2py:math/py-numpy NUMPY_RUN_DEPENDS= nosetests:devel/py-nose \ |