diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2016-12-30 01:21:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2016-12-30 01:24:37 +0100 |
commit | d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b (patch) | |
tree | 0d64a63c33532be94578355ff023597c3817c50d /sci-visualization/labplot | |
parent | app-office/calligra: Drop old (diff) | |
download | gentoo-d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b.tar.gz gentoo-d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b.tar.bz2 gentoo-d4dd78e39f92a275f8f7c049a6b70bee4ea7b21b.zip |
sci-visualization/labplot: Fix configure
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-visualization/labplot')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index ac5f37388f56..d81dfe2976d7 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -65,7 +65,7 @@ src_configure() { -DENABLE_CANTOR=$(usex cantor) -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) - $(cmake-utils_use_find_package hdf5 HDF5) + -DENABLE_HDF5=$(usex hdf5) -DENABLE_NETCDF=$(usex netcdf) ) |