diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
commit | 2e9911f602efb133285d096c6955cad324328edb (patch) | |
tree | bac7657b7c809f134de666e3748eb52500cad676 /graphics/hugin | |
parent | Fix build on 11 and 12. (diff) |
Switch from swig 2.0 to swig 3.0
Notes
Notes:
svn path=/head/; revision=456845
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 77eb5b5681ed..acdc453923ae 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -49,7 +49,8 @@ AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface PYTHON_USES= python:2.7 -PYTHON_BUILD_DEPENDS= swig2.0:devel/swig20 +PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 +PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF |