diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-02 08:42:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-02 08:42:42 +0000 |
commit | a50b2262b4a0b46254708ed4b8fc87a479802c14 (patch) | |
tree | a43acd23a4867a3091f7154977c7cbc452b45b4a /textproc/Makefile | |
parent | 48ba81f6180e995b2f767caa8aeb3abdc7d9e851 (diff) |
mRss is a C library for parsing, writing and creating RSS files or streams.
Notes
Notes:
svn path=/head/; revision=181257
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 1842fe90e370..2f49ce74fe5c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -245,6 +245,7 @@ SUBDIR += libextractor SUBDIR += liblingoteach SUBDIR += liblrdf + SUBDIR += libmrss SUBDIR += libnxml SUBDIR += libparsifal SUBDIR += libpathan |