wok-current diff bwm-ng/receipt @ rev 20720
updated aqualung (0.9beta10 -> 1.02)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 08 15:11:05 2019 +0100 (2019-02-08) |
parents | 8bd052cdee2c |
children | 616d975b5c9d |
line diff
1.1 --- a/bwm-ng/receipt Wed Aug 03 09:44:00 2016 +0200 1.2 +++ b/bwm-ng/receipt Fri Feb 08 15:11:05 2019 +0100 1.3 @@ -10,9 +10,13 @@ 1.4 WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng" 1.5 WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="libtinfo" 1.8 +BUILD_DEPENDS="ncurses-dev" 1.9 + 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + export LDFLAGS="$LDFLAGS -ltinfo" 1.14 ./configure --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 $CONFIGURE_ARGS &&