wok diff pkg-config/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 5f31f2bade10
children 380ffe05937a
line diff
     1.1 --- a/pkg-config/receipt	Sun May 22 02:12:16 2011 +0200
     1.2 +++ b/pkg-config/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Free desktop packages manager."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="gcc"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://pkgconfig.freedesktop.org/wiki/"
    1.11  WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +BUILD_DEPENDS="gcc"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {