diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 10:00:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 10:00:47 +0000 |
commit | 94e93f23773bd7524e2847fe234185684a442aac (patch) | |
tree | 5489656f36bd9ea675780f479d3e4cf01bd6e8cd /devel/Makefile | |
parent | add p5-CDB_File (diff) |
add libstrfunc
Handles CGI forms, MIME, templates, date conversions, etc.
PR: 29076
Submitted by: Lev Walkin <vlm@spelio.net.ru>
Notes
Notes:
svn path=/head/; revision=45801
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 17ce20364280..3f8f39521bae 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -222,6 +222,7 @@ SUBDIR += libshhopt SUBDIR += libsigc++ SUBDIR += libslang + SUBDIR += libstrfunc SUBDIR += libtai SUBDIR += libtar SUBDIR += libtecla |