wok diff geos/receipt @ rev 19947

vmtouch: fix build
author Paul Issott <paul@slitaz.org>
date Sun May 07 16:28:32 2017 +0100 (2017-05-07)
parents 76b72f1ad63c
children 39567aac1197
line diff
     1.1 --- a/geos/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/geos/receipt	Sun May 07 16:28:32 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geos"
     1.7 -VERSION="3.3.2"
     1.8 +VERSION="3.5.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Geometry Engine, Open Source."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="http://download.osgeo.org/geos/$TARBALL"
    1.15  
    1.16 -DEPENDS=""
    1.17 +DEPENDS="gcc-lib-base"
    1.18  BUILD_DEPENDS=""
    1.19  
    1.20  # Rules to configure and make the package.