wok-next diff fetchmail/receipt @ rev 18465
libQtDBus: add /usr/bin/qdbus
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 02 13:31:38 2015 +0200 (2015-10-02) |
parents | 7896f0694ef6 |
children | 67e8d6b33992 |
line diff
1.1 --- a/fetchmail/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/fetchmail/receipt Fri Oct 02 13:31:38 2015 +0200 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 }