wok rev 12141
postgis: fix depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Mar 14 03:50:05 2012 +0100 (2012-03-14) |
parents | 4e6cb5a22274 |
children | b9509dda1f1b |
files | postgis/receipt |
line diff
1.1 --- a/postgis/receipt Tue Mar 13 22:22:35 2012 -0500 1.2 +++ b/postgis/receipt Wed Mar 14 03:50:05 2012 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://postgis.refractions.net/download/$TARBALL" 1.6 1.7 -DEPENDS="geos proj libpostgresqlclient" 1.8 +DEPENDS="geos proj libpostgresqlclient libxml2" 1.9 BUILD_DEPENDS="postgresql-dev geos-dev proj-dev" 1.10 1.11 # Rules to configure and make the package.