wok diff postfix/receipt @ rev 1192

Fix: now p7zip can deal with Rer files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 05 01:13:25 2008 +0200 (2008-08-05)
parents ff8a1f3e8408
children df33f077f61a
line diff
     1.1 --- a/postfix/receipt	Sun Jul 27 14:51:29 2008 +0000
     1.2 +++ b/postfix/receipt	Tue Aug 05 01:13:25 2008 +0200
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.postfix.org/"
     1.6  WGET_URL="ftp://mir1.ovh.net/ftp.postfix.org/postfix-release/official/$TARBALL"
     1.7 -BUILD_DEPENDS="db-dev openldap-dev pcre-dev"
     1.8 -DEPENDS="libdb libldap pcre"
     1.9 +BUILD_DEPENDS="db-dev openldap-dev pcre-dev openssl-dev"
    1.10 +DEPENDS="libdb libldap pcre openssl"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()