diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
commit | d9b3f2d70221e2edb53316d0af198504f8090ae1 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /science | |
parent | 82267b98f1fc7e9ab7316d3d76128cd4a197c04d (diff) | |
download | freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.gz freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.zst freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.zip |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 2 | ||||
-rw-r--r-- | science/mpqc/Makefile | 1 | ||||
-rw-r--r-- | science/paraview/Makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index c23b165f8eee..a05e6f1aafbd 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -39,7 +39,7 @@ MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= compiler:c++11-lib execinfo gmake libtool localbase pathfix +USES= compiler:c++11-lib gmake libtool localbase pathfix CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 84f3665bbf08..b3609f69d8b8 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -45,7 +45,6 @@ MPICH_LIB_DEPENDS= libmpich.so:net/mpich2 DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz \ ${LOCALBASE}/bin/gsed:textproc/gsed -DOCS_USES= execinfo DOCS_USE= TEX=latex:build .include <bsd.port.options.mk> diff --git a/science/paraview/Makefile b/science/paraview/Makefile index ef959d4809c1..19b58006e6a5 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -42,7 +42,7 @@ USE_GL= gl USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm USE_LDCONFIG= yes USE_GSTREAMER= yes -USES= alias desktop-file-utils cmake:outsource execinfo jpeg python shebangfix +USES= alias desktop-file-utils cmake:outsource jpeg python shebangfix INSTALLS_ICONS= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \ |