summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/cadaver')
-rw-r--r--net-misc/cadaver/cadaver-0.23.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index c329d370cd88..e6b4ec10f0a5 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2019 Gentoo Authors
+# Copyright 2003-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -38,6 +38,5 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable nls) \
- --with-libs=/usr
+ $(use_enable nls)
}