diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-01 09:50:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-01 09:50:25 +0000 |
commit | 8700f476c4bcaffc9cc253a58ad11496c975c4d6 (patch) | |
tree | 9335da4e65ffed0ca1c4680a048dfbfcf33e089f /textproc/Makefile | |
parent | a29ecd5fd73c65b61bbdf4ef1a4b5e3184ba3fa9 (diff) | |
download | ports-8700f476c4bcaffc9cc253a58ad11496c975c4d6.tar.gz ports-8700f476c4bcaffc9cc253a58ad11496c975c4d6.zip |
add libyaml 0.0.1
A YAML 1.1 parser and emitter written in C
PR: 102712
Notes
Notes:
svn path=/head/; revision=171798
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8c4d2337501f..30e8f98ccc3a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -255,6 +255,7 @@ SUBDIR += libxode SUBDIR += libxslt SUBDIR += libxslt-reference + SUBDIR += libyaml SUBDIR += link-grammar SUBDIR += linux-aspell SUBDIR += linux-expat |