diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-20 07:41:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-20 07:41:49 +0000 |
commit | 19d4f74a02a55e0c98b3973634d0ce03ff0cfc32 (patch) | |
tree | 143736c7d2f3c9a3904e9e43f1dbb3a4bd7dbf38 /lang/ocaml/PLIST | |
parent | c71a25418fb1cea4b7e1335954b4ffaede1b609f (diff) | |
download | pkgsrc-19d4f74a02a55e0c98b3973634d0ce03ff0cfc32.tar.gz |
Move some files that were mis-listed in PLIST into PLIST.opt. Those
files are only built and installed if "opt" is passed as a build
target. This fixes installation on platforms on which the native-code
compiler is not supported, e.g. NetBSD/amd64.
Diffstat (limited to 'lang/ocaml/PLIST')
-rw-r--r-- | lang/ocaml/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST index 632be60943d..27967e5012b 100644 --- a/lang/ocaml/PLIST +++ b/lang/ocaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2005/03/24 11:32:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/06/20 07:41:49 jlam Exp $ bin/camlp4 bin/camlp4o bin/camlp4r @@ -174,7 +174,6 @@ lib/ocaml/libmldbm.a lib/ocaml/libnums.a lib/ocaml/libstr.a lib/ocaml/libthreads.a -lib/ocaml/libthreadsnat.a lib/ocaml/libunix.a lib/ocaml/list.cmi lib/ocaml/list.ml @@ -321,7 +320,6 @@ lib/ocaml/threads/event.cmi lib/ocaml/threads/mutex.cmi lib/ocaml/threads/thread.cmi lib/ocaml/threads/threadUnix.cmi -lib/ocaml/threads/threads.a lib/ocaml/threads/threads.cma lib/ocaml/topdirs.cmi lib/ocaml/toplevellib.cma |