r1428 - crux-2.2/ports/opt/dialog
Author: jaeger Date: 2006-05-22 17:13:32 +0200 (Mon, 22 May 2006) New Revision: 1428 Modified: crux-2.2/ports/opt/dialog/Pkgfile Log: dialog: small fix for building with ncurses wide character support (rev 1417) Modified: crux-2.2/ports/opt/dialog/Pkgfile =================================================================== --- crux-2.2/ports/opt/dialog/Pkgfile 2006-05-22 13:07:29 UTC (rev 1427) +++ crux-2.2/ports/opt/dialog/Pkgfile 2006-05-22 15:13:32 UTC (rev 1428) @@ -5,12 +5,12 @@ name=dialog version=1.0-20060126 -release=1 +release=2 source=(ftp://dickey.his.com/dialog/$name-$version.tgz) build () { cd $name-$version - ./configure --prefix=/usr --with-ncurses + ./configure --prefix=/usr --with-ncursesw make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu