wok-next diff sc-im/receipt @ rev 20430

fake-sane: fix copy-paste typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 13:29:11 2018 +0200 (2018-01-24)
parents f463de72afe3
children d5aab818505e
line diff
     1.1 --- a/sc-im/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/sc-im/receipt	Wed Jan 24 13:29:11 2018 +0200
     1.3 @@ -9,8 +9,8 @@
     1.4  WEB_SITE="https://github.com/andmarti1424/sc-im"
     1.5  WGET_URL="git|git://github.com/andmarti1424/sc-im"
     1.6  
     1.7 -DEPENDS="ncursesw"
     1.8 -BUILD_DEPENDS="git ncursesw-dev bison"
     1.9 +DEPENDS="ncurses"
    1.10 +BUILD_DEPENDS="git ncurses-dev bison"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()