aboutsummaryrefslogtreecommitdiff
path: root/math/saga
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 /math/saga
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 'math/saga')
-rw-r--r--math/saga/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 74a514ad2d92..3fb45c9e93dd 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
- swig3.0:devel/swig30
+ swig:devel/swig
LIB_DEPENDS= libcurl.so:ftp/curl \
libfftw3.so:math/fftw3 \
libgdal.so:graphics/gdal \
@@ -29,7 +29,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libsvm.so:science/libsvm \
libtbb.so:devel/tbb \
libtiff.so:graphics/tiff
-RUN_DEPENDS:= swig3.0:devel/swig30
+RUN_DEPENDS:= swig:devel/swig
USES= autoreconf compiler:c++11-lib dos2unix gnome \
iconv:wchar_t libtool localbase pkgconfig python
@@ -38,7 +38,7 @@ USE_WX= 3.0+
CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
--enable-python --with-system-svm
-CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0"
+CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig"
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}