diff options
author | jaapb <jaapb@pkgsrc.org> | 2014-11-06 11:30:13 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2014-11-06 11:30:13 +0000 |
commit | 191598a930005919559b521acafa1d87ff0cdd82 (patch) | |
tree | 738df79f2067a5e7e188228c1383926b02af579e /textproc/Makefile | |
parent | 97d6afab666238753ef99481b1d8d576cfb0242e (diff) | |
download | pkgsrc-191598a930005919559b521acafa1d87ff0cdd82.tar.gz |
Added ocaml-uutf to Makefile SUBDIRs
Diffstat (limited to 'textproc/Makefile')
-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 |