aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
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/mapserver
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/mapserver')
-rw-r--r--graphics/mapserver/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 5ff8e4a6233d..97b3475a7391 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -48,8 +48,7 @@ WCS_DESC= WCS Server support
.if ${PORT_OPTIONS:MPYTHON}
USES+= python:2.7
-BUILD_DEPENDS+= swig3.0:devel/swig30
-BINARY_ALIAS= swig=swig3.0
+BUILD_DEPENDS+= swig:devel/swig
CMAKE_ARGS+= -DWITH_PYTHON=yes
PLIST_SUB+= PYTHON=""
MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//}
@@ -157,10 +156,9 @@ PLIST_SUB+= PHP="@comment "
.if ${PORT_OPTIONS:MPERL}
USES+= perl5
-BUILD_DEPENDS= swig3.0:devel/swig30
+BUILD_DEPENDS= swig:devel/swig
CMAKE_ARGS+= -DWITH_PERL=1
PLIST_SUB+= PERL=""
-BINARY_ALIAS= swig=swig3.0
.else
CMAKE_ARGS+= -DWITH_PERL=0
PLIST_SUB+= PERL="@comment "