diff options
author | Juergen Daubert <jue@jue.li> | 2008-01-19 15:58:36 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-01-19 15:58:36 +0100 |
commit | eaf3f9b88ef822d23f52c080262048fcdbd7607d (patch) | |
tree | 764bc8a84ce058937d0cc10fdff4452d344e7e80 /ocaml | |
parent | f31b250f2193cbfc6b6f0e3e31de07f641333000 (diff) | |
download | opt-eaf3f9b88ef822d23f52c080262048fcdbd7607d.tar.gz opt-eaf3f9b88ef822d23f52c080262048fcdbd7607d.tar.xz |
ocaml: removed optional dependency to xorg, thanks sepen
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/.footprint | 10 | ||||
-rw-r--r-- | ocaml/Pkgfile | 4 |
2 files changed, 2 insertions, 12 deletions
diff --git a/ocaml/.footprint b/ocaml/.footprint index f007d9fdf..77b825c6b 100644 --- a/ocaml/.footprint +++ b/ocaml/.footprint @@ -226,14 +226,6 @@ drwxr-xr-x root/root usr/lib/ocaml/camlp4/Camlp4Top/ -rw-r--r-- root/root usr/lib/ocaml/genlex.ml -rw-r--r-- root/root usr/lib/ocaml/genlex.mli -rw-r--r-- root/root usr/lib/ocaml/genlex.p.cmx --rw-r--r-- root/root usr/lib/ocaml/graphics.a --rw-r--r-- root/root usr/lib/ocaml/graphics.cma --rw-r--r-- root/root usr/lib/ocaml/graphics.cmi --rw-r--r-- root/root usr/lib/ocaml/graphics.cmx --rw-r--r-- root/root usr/lib/ocaml/graphics.cmxa --rw-r--r-- root/root usr/lib/ocaml/graphics.mli --rw-r--r-- root/root usr/lib/ocaml/graphicsX11.cmi --rw-r--r-- root/root usr/lib/ocaml/graphicsX11.mli -rw-r--r-- root/root usr/lib/ocaml/hashtbl.cmi -rw-r--r-- root/root usr/lib/ocaml/hashtbl.cmx -rw-r--r-- root/root usr/lib/ocaml/hashtbl.ml @@ -265,7 +257,6 @@ drwxr-xr-x root/root usr/lib/ocaml/camlp4/Camlp4Top/ -rw-r--r-- root/root usr/lib/ocaml/libasmrunp.a -rw-r--r-- root/root usr/lib/ocaml/libbigarray.a -rw-r--r-- root/root usr/lib/ocaml/libcamlrun.a --rw-r--r-- root/root usr/lib/ocaml/libgraphics.a -rw-r--r-- root/root usr/lib/ocaml/libmldbm.a -rw-r--r-- root/root usr/lib/ocaml/libnums.a -rw-r--r-- root/root usr/lib/ocaml/libstr.a @@ -486,7 +477,6 @@ drwxr-xr-x root/root usr/lib/ocaml/ocamldoc/custom/ -rw-r--r-- root/root usr/lib/ocaml/stringLabels.p.cmx drwxr-xr-x root/root usr/lib/ocaml/stublibs/ -rwxr-xr-x root/root usr/lib/ocaml/stublibs/dllbigarray.so --rwxr-xr-x root/root usr/lib/ocaml/stublibs/dllgraphics.so -rwxr-xr-x root/root usr/lib/ocaml/stublibs/dllmldbm.so -rwxr-xr-x root/root usr/lib/ocaml/stublibs/dllnums.so -rwxr-xr-x root/root usr/lib/ocaml/stublibs/dllstr.so diff --git a/ocaml/Pkgfile b/ocaml/Pkgfile index 09382736c..d99ab8e44 100644 --- a/ocaml/Pkgfile +++ b/ocaml/Pkgfile @@ -2,11 +2,11 @@ # URL: http://caml.inria.fr/ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de # Packager: Erlend Bergsås Mikkelsen, howl at online dot no -# Depends on: ncurses, gdbm, xorg-libx11, xorg-libxau +# Depends on: ncurses, gdbm name=ocaml version=3.10.1 -release=1 +release=2 source=(http://caml.inria.fr/pub/distrib/$name-3.10/$name-$version.tar.bz2) build() { |