summaryrefslogtreecommitdiff
path: root/app-misc/devtodo/devtodo-0.1.20-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/devtodo/devtodo-0.1.20-r3.ebuild')
-rw-r--r--app-misc/devtodo/devtodo-0.1.20-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.20-r3.ebuild b/app-misc/devtodo/devtodo-0.1.20-r3.ebuild
index 7be802db3607..4ea3f59f4e20 100644
--- a/app-misc/devtodo/devtodo-0.1.20-r3.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.20-r3.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
mv util/{,DT}Regex.h || die
sed \
- -e "/^LIBS/s:$: $($(tc-getPKG_CONFIG) --libs ncursesw):g" \
+ -e "/^LIBS/s:$: $($(tc-getPKG_CONFIG) --libs ncurses):g" \
-i src/Makefile.am || die
eautoreconf