diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /math/saga | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'math/saga')
-rw-r--r-- | math/saga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 469bee427368..9a0484e95079 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -29,7 +29,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils dos2unix \ - iconv:wchar_t libtool localbase pkgconfig python:2 + iconv:wchar_t libtool localbase pkgconfig python:2.7 USE_LDCONFIG= yes USE_CXXSTD= c++11 USE_WX= 3.0+ |