diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-11-29 10:46:27 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-11-29 10:46:27 +0000 |
commit | e5fc706c6219797f843c1c2b808cb225fcce0ebf (patch) | |
tree | 777b21706bc6777b77e802310403cad5f78067f1 /textproc | |
parent | a4dd4a0815edf12f304756f3cf10ac776c00f4f0 (diff) | |
download | pkgsrc-e5fc706c6219797f843c1c2b808cb225fcce0ebf.tar.gz |
Added ocaml-xml-light to Makefile 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 759a830ffdc..bbcf74d4cb0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1013 2018/11/20 14:09:58 adam Exp $ +# $NetBSD: Makefile,v 1.1014 2018/11/29 10:46:27 jaapb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -426,6 +426,7 @@ SUBDIR+= ocaml-text SUBDIR+= ocaml-tyxml SUBDIR+= ocaml-uchar SUBDIR+= ocaml-uutf +SUBDIR+= ocaml-xml-light SUBDIR+= odt2tex SUBDIR+= oniguruma SUBDIR+= openjade |