wok diff uemacs/receipt @ rev 17914

Add fontforge and its depends (libspiro, libuninameslist).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 09 03:26:48 2015 +0300 (2015-04-09)
parents 2a21689b0af7
children 3494cfd4c595
line diff
     1.1 --- a/uemacs/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/uemacs/receipt	Thu Apr 09 03:26:48 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