diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:34:56 +0800 |
commit | 46a6a08638f7d27e988d77296ee25dc1a41c40a6 (patch) | |
tree | 757a7a154c8b3c484b8d71f92d6f217634a2a206 /math | |
parent | 8b955ebf2cdaba987df847675afc3e6ae924154c (diff) | |
download | freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.gz freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.zst freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.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 'math')
-rw-r--r-- | math/pdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 233f72c62e04..01182f819ca2 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ liblaszip.so:archivers/laszip \ libjsoncpp.so:devel/jsoncpp -USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig execinfo +USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} |