diff options
Diffstat (limited to 'math/mdal/Makefile')
-rw-r--r-- | math/mdal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/mdal/Makefile b/math/mdal/Makefile index f7816901df5a..1ef54c326153 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -14,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/gtest/gtest.h:devel/googletest LIB_DEPENDS= libpdalcpp.so:math/pdal \ libnetcdf.so:science/netcdf \ - libsqlite3.so:databases/sqlite3 \ libgdal.so:graphics/gdal \ libhdf5.so:science/hdf5 \ libsz.so:science/libaec -USES= cmake gnome localbase +USES= cmake gnome localbase sqlite USE_GNOME= libxml2 USE_LDCONFIG= yes |