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 /math | |
parent | 320538c6d599e65e80ad91bd683504f5d7c338f1 (diff) | |
download | ports-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.tar.gz ports-3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5.zip |
Notes
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} |