wok-current diff fetchmail/receipt @ rev 16902
libQtPlugins:del bdeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 15 03:18:58 2014 +0300 (2014-07-15) |
parents | 7896f0694ef6 |
children | c86e41198e76 |
line diff
1.1 --- a/fetchmail/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/fetchmail/receipt Tue Jul 15 03:18:58 2014 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fetchmail" 1.7 -VERSION="6.3.22" 1.8 +VERSION="6.3.26" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Mail retrieval and forwarding utility " 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -19,7 +19,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 + ./configure --with-ssl \ 1.18 $CONFIGURE_ARGS && 1.19 make && make DESTDIR=$DESTDIR install 1.20 }