diff options
Diffstat (limited to 'base/dialog/Pkgfile')
-rw-r--r-- | base/dialog/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/dialog/Pkgfile b/base/dialog/Pkgfile index 691f9fe18..b519ab8dc 100644 --- a/base/dialog/Pkgfile +++ b/base/dialog/Pkgfile @@ -4,15 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=dialog -version=1.1-20080819 +version=1.1-20110118 release=1 -source=(ftp://dickey.his.com/dialog/$name-$version.tgz\ - http://nutyx.meticul.eu/files/patchs/$name/calendar.patch) +source=(ftp://dickey.his.com/dialog/$name-$version.tgz) build() { cd $name-$version - patch -Np1 -i ../calendar.patch ./configure --prefix=/usr \ + --enable-nls \ --with-ncursesw \ --mandir=/usr/share/man make |