diff options
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.7.4.ebuild b/net-analyzer/nfdump/nfdump-1.7.4.ebuild index ef05ba0e4b6a..9a070e2a7643 100644 --- a/net-analyzer/nfdump/nfdump-1.7.4.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.4.ebuild @@ -76,7 +76,7 @@ src_configure() { $(use_enable nsel) $(use_enable readpcap) $(use_enable sflow) - $(use_with zstd "zstdpath=${EPREFIX}/usr") + $(use_with zstd "zstdpath" "${EPREFIX}/usr") ) econf "${myeconfargs[@]}" } |