wok diff ocaml/receipt @ rev 18069

smtube: try to fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed May 20 00:18:47 2015 +0200 (2015-05-20)
parents ad0e3018d4fa
children 42380dbaadb7
line diff
     1.1 --- a/ocaml/receipt	Thu Apr 19 07:18:38 2012 +0000
     1.2 +++ b/ocaml/receipt	Wed May 20 00:18:47 2015 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="General-purpose programming language designed for safety and reliability."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="QPL LGPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.10  WEB_SITE="http://caml.inria.fr/"
    1.11  WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL"
    1.12  TAGS="language programming"
    1.13  
    1.14 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {