From 5be89919956f5fc2c4ddc31621c033d4a7acad49 Mon Sep 17 00:00:00 2001 From: mnag Date: Tue, 31 Oct 2006 03:30:45 +0000 Subject: - Add port misc/pecl-timezonedb This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database then the one that ships with PHP. WWW: http://pecl.php.net/package/timezonedb --- misc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/Makefile') diff --git a/misc/Makefile b/misc/Makefile index d656a14cebba..2e19995fbf72 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -379,6 +379,7 @@ SUBDIR += pdmenu SUBDIR += pear-Services_Weather SUBDIR += pear-Text_Figlet + SUBDIR += pecl-timezonedb SUBDIR += php4-calendar SUBDIR += php4-mcal SUBDIR += php5-calendar -- cgit