wok-6.x diff uemacs/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | 2a21689b0af7 |
children | 3494cfd4c595 |
line diff
1.1 --- a/uemacs/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/uemacs/receipt Mon Aug 10 09:59:01 2015 -0300 1.3 @@ -12,13 +12,13 @@ 1.4 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 1.5 TAGS="editor" 1.6 1.7 -DEPENDS="" 1.8 +DEPENDS="ncurses" 1.9 BUILD_DEPENDS="git ncurses-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 + export LDFLAGS="$LDFLAGS -ltinfo" 1.16 make 1.17 } 1.18