diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /science/mpqc | |
parent | - Update to 17.3.0 (diff) |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes
Notes:
svn path=/head/; revision=450351
Diffstat (limited to 'science/mpqc')
-rw-r--r-- | science/mpqc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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> |