diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-19 21:36:45 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-11-19 21:36:45 +0000 |
commit | 554e996bf8011a2cdffa719cdc837bf00afe32a1 (patch) | |
tree | ad62c23fb212f3ad09c0c63a589a1ad94f370d60 /www/tclhttpd/files/metaPackage.c | |
parent | Add OPTION for compiling hugs with OpenGL/GLUT support. (diff) |
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
Notes
Notes:
svn path=/head/; revision=121980
Diffstat (limited to 'www/tclhttpd/files/metaPackage.c')
-rw-r--r-- | www/tclhttpd/files/metaPackage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/tclhttpd/files/metaPackage.c b/www/tclhttpd/files/metaPackage.c index 6046531e084e..4629a41964f9 100644 --- a/www/tclhttpd/files/metaPackage.c +++ b/www/tclhttpd/files/metaPackage.c @@ -7,7 +7,6 @@ int Tclhttpdbin_Init(Tcl_Interp *I) { Crypt_Init(I); Limit_Init(I); Setuid_Init(I); - Utime_Init(I); return TCL_OK; } |