aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-09-22 18:48:28 +0800
committerMathieu Arnold <mat@FreeBSD.org>2017-09-22 18:48:28 +0800
commit3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch)
tree5ec4d6c8c02d380cf421717b2ce88beceb851e79 /math
parent320538c6d599e65e80ad91bd683504f5d7c338f1 (diff)
downloadfreebsd-ports-gnome-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.tar.gz
freebsd-ports-gnome-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.tar.zst
freebsd-ports-gnome-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.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/Makefile2
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}