wok-stable diff pgadmin/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents edb9c2957254
children
line diff
     1.1 --- a/pgadmin/receipt	Thu Sep 30 15:30:42 2010 +0100
     1.2 +++ b/pgadmin/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="PostgreSQL administration an management tools"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
     1.7 -BUILD_DEPENDS="postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev"
     1.8 +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev"
     1.9  SOURCE="pgadmin3"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.pgadmin.org"