diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-06-20 11:09:21 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-06-20 11:09:21 +0000 |
commit | bb0427832766d60d665876ba787ed19caa2f8887 (patch) | |
tree | 75f2f5d84d428bc8d51cd565dc76927b4883d7da /textproc | |
parent | f69ce48b539d3eef4f0c01fdfea5f335b48977a3 (diff) | |
download | pkgsrc-bb0427832766d60d665876ba787ed19caa2f8887.tar.gz |
Added ocaml-markup to SUBDIRs
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ec6a060a244..25ac5e74049 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.885 2016/05/29 07:19:29 cheusov Exp $ +# $NetBSD: Makefile,v 1.886 2016/06/20 11:09:21 jaapb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -391,6 +391,7 @@ SUBDIR+= o3read SUBDIR+= ocaml-csv SUBDIR+= ocaml-expat SUBDIR+= ocaml-jsonm +SUBDIR+= ocaml-markup SUBDIR+= ocaml-text SUBDIR+= ocaml-tyxml SUBDIR+= ocaml-uutf |