aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
commitcb333cf1eccb98899b1700ca42a800ab92697fa4 (patch)
tree7f623e7c3f52defb4424cb7124504b8d4e77d35c /graphics/ogre3d
parente2a5e08ce3f52f8bff9eb487e88342c0ec9fff81 (diff)
downloadports-cb333cf1eccb98899b1700ca42a800ab92697fa4.tar.gz
ports-cb333cf1eccb98899b1700ca42a800ab92697fa4.zip
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=539491
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 7362866cdbcc..4cd9f71d91bc 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -70,15 +70,15 @@ PROFILE_CMAKE_BOOL= OGRE_PROFILING
CSHARP_DESC= Build Csharp bindings
CSHARP_CMAKE_BOOL= OGRE_BUILD_COMPONENT_CSHARP
-CSHARP_BUILD_DEPENDS= swig3.0:devel/swig30
+CSHARP_BUILD_DEPENDS= swig:devel/swig
JAVA_CMAKE_BOOL= OGRE_BUILD_COMPONENT_JAVA
-JAVA_BUILD_DEPENDS= swig3.0:devel/swig30
+JAVA_BUILD_DEPENDS= swig:devel/swig
JAVA_VARS= CMAKE_ARGS+=-DJAVA_HOME=${JAVA_HOME}
JAVA_USE= JAVA=yes
PYTHON_CMAKE_BOOL= OGRE_BUILD_COMPONENT_PYTHON
-PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30
+PYTHON_BUILD_DEPENDS= swig:devel/swig
PYTHON_USES= python
CXXFLAGS+= -DNDEBUG -I${LOCALBASE}/include