diff options
author | jaapb <jaapb> | 2016-12-30 12:03:18 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2016-12-30 12:03:18 +0000 |
commit | 488d6dc9256229595da2f76374578a90ff455dbc (patch) | |
tree | ecf68eb7bac655b51b6940192c4f808e8a4a3cbe /textproc | |
parent | 8a0edc60150a1deaca6ff494b8ba73815832dbc6 (diff) | |
download | pkgsrc-488d6dc9256229595da2f76374578a90ff455dbc.tar.gz |
Added ocaml-uchar 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 68edba62c5e..81a4e9ca5d3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.901 2016/12/01 12:25:20 roy Exp $ +# $NetBSD: Makefile,v 1.902 2016/12/30 12:03:18 jaapb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -399,6 +399,7 @@ SUBDIR+= ocaml-jsonm SUBDIR+= ocaml-markup SUBDIR+= ocaml-text SUBDIR+= ocaml-tyxml +SUBDIR+= ocaml-uchar SUBDIR+= ocaml-uutf SUBDIR+= odt2tex SUBDIR+= oniguruma |