diff options
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r-- | math/saga/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index d10355f3b672..4816be5c055e 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,5 @@ PORTNAME= saga -PORTVERSION= 9.4.0 +PORTVERSION= 9.9.1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -29,13 +29,13 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libtiff.so:graphics/tiff RUN_DEPENDS:= swig:devel/swig -USES= cmake compiler:c++17-lang desktop-file-utils dos2unix gnome \ - iconv:wchar_t libtool localbase pkgconfig python +USES= cmake compiler:c++17-lang desktop-file-utils dos2unix \ + gnome iconv:wchar_t localbase pkgconfig python DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= 0c6bbea57 +GIT_TAGNAME= f41608881 CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h CMAKE_ON= CMAKE_VERBOSE_MAKEFILE @@ -89,7 +89,7 @@ post-patch: ${WRKSRC}/src/saga_core/saga_gui/CMakeLists.txt \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp @${REINPLACE_CMD} -e 's|-lgomp|-lomp|' \ - ${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile + ${WRKSRC}/src/saga_core/saga_api/saga_api_to_python.py post-install: ${MKDIR} ${STAGEDIR}${DATADIR} |