diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 17:25:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 17:25:49 +0800 |
commit | 912c657fcea91164bff2508c00e37ecf007168d6 (patch) | |
tree | 35343409e4350528c9a64845fe64f3d7b0979886 /www/Makefile | |
parent | 8074276a93dafeb1f0c7a628b67c7bc64372836d (diff) | |
download | freebsd-ports-gnome-912c657fcea91164bff2508c00e37ecf007168d6.tar.gz freebsd-ports-gnome-912c657fcea91164bff2508c00e37ecf007168d6.tar.zst freebsd-ports-gnome-912c657fcea91164bff2508c00e37ecf007168d6.zip |
Add cgic version 1.06.
An ANSI C library for CGI programming.
PR: 12835
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index ccf1f50fc690..b3c0f2839c0f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -19,9 +19,10 @@ SUBDIR += bacon SUBDIR += bluefish SUBDIR += boa - SUBDIR += cgihtml SUBDIR += calamaris SUBDIR += cgi-lib + SUBDIR += cgic + SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot |