diff options
author | jaapb <jaapb> | 2014-08-17 13:51:58 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2014-08-17 13:51:58 +0000 |
commit | 1238db8a421845d11a9dbfeb180613e999920a90 (patch) | |
tree | 1bee0bb0a47b8a2a61a3476943954bda86be01be /devel | |
parent | 0f09daf750916f1b235a8a5eb27cc36ecda4574b (diff) | |
download | pkgsrc-1238db8a421845d11a9dbfeb180613e999920a90.tar.gz |
Added ocaml-oasis SUBDIR entry.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 273ee987fe8..4811fba10d6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1959 2014/08/17 13:42:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.1960 2014/08/17 13:51:58 jaapb Exp $ # COMMENT= Development utilities @@ -582,6 +582,7 @@ SUBDIR+= ocaml-batteries SUBDIR+= ocaml-deriving-ocsigen SUBDIR+= ocaml-findlib SUBDIR+= ocaml-lwt +SUBDIR+= ocaml-oasis SUBDIR+= ocaml-odn SUBDIR+= ocaml-optcomp SUBDIR+= ocaml-react |