diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-13 16:40:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-13 16:40:44 +0000 |
commit | 1f5790d0d52ba8b7f6732fa3b88b558726bb6dec (patch) | |
tree | 1975685a10a5860019e324c5fc070328f18cd6ba | |
parent | 0ecd088d028b62c031399a9d0cccca177f0d5e3e (diff) | |
download | pkgsrc-1f5790d0d52ba8b7f6732fa3b88b558726bb6dec.tar.gz |
Add MESSAGE, missing in previous.
-rw-r--r-- | graphics/camlimages/MESSAGE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/camlimages/MESSAGE b/graphics/camlimages/MESSAGE new file mode 100644 index 00000000000..661996eb2c8 --- /dev/null +++ b/graphics/camlimages/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2011/08/13 16:40:44 wiz Exp $ + +To make OCaml findlib more aware of the installation of camlimages, +add the following line to the ld.conf file of OCaml: + + ${PREFIX}lib/ocaml/site-lib/camlimages + +By default the ld.conf is located in ${PREFIX}lib/ocaml/ld.conf + +=========================================================================== |