diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
commit | f6e7f26602a0e7b744f2023d058596324ca164e8 (patch) | |
tree | bf19f32ea6808c09829f1a5d7bde66757b0d8790 /graphics/vigra/Makefile | |
parent | 87573cd4ed13f0339deb204f9319f03445049b61 (diff) | |
download | ports-f6e7f26602a0e7b744f2023d058596324ca164e8.tar.gz ports-f6e7f26602a0e7b744f2023d058596324ca164e8.zip |
Notes
Diffstat (limited to 'graphics/vigra/Makefile')
-rw-r--r-- | graphics/vigra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index ae000428d11a..ffee856370db 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -49,7 +49,7 @@ NUMPY_BUILD_DEPENDS= nosetests:devel/py-nose \ f2py:math/py-numpy NUMPY_RUN_DEPENDS= nosetests:devel/py-nose \ f2py:math/py-numpy -NUMPY_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +NUMPY_LIB_DEPENDS= ${PY_BOOST} # On FreeBSD < 11 libc++ lacks support for sized delete operators. # GCC dropped the builtin version of these operators in 6+ by # defaulting to gnu++14. Force c++11 instead. |