diff options
author | jaapb <jaapb> | 2014-11-06 11:30:13 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2014-11-06 11:30:13 +0000 |
commit | 6e21fbb03e41bc49e1f1a976d5ad3d17c849e50f (patch) | |
tree | 738df79f2067a5e7e188228c1383926b02af579e | |
parent | ba47576fed6c0c5ae72ba619f17186f29aa2e674 (diff) | |
download | pkgsrc-6e21fbb03e41bc49e1f1a976d5ad3d17c849e50f.tar.gz |
Added ocaml-uutf to Makefile SUBDIRs
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 714597e0e83..940560af755 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.805 2014/10/25 22:20:38 cheusov Exp $ +# $NetBSD: Makefile,v 1.806 2014/11/06 11:30:13 jaapb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -362,6 +362,7 @@ SUBDIR+= ocaml-csv SUBDIR+= ocaml-expat SUBDIR+= ocaml-text SUBDIR+= ocaml-tyxml +SUBDIR+= ocaml-uutf SUBDIR+= oniguruma SUBDIR+= openjade SUBDIR+= opensp |