--- dev-php/mod_php/mod_php-4.3.0-r2.ebuild 2003-01-13 18:22:43.000000000 +0100 +++ /usr/portage.local/dev-php/mod_php/mod_php-4.3.0-r2.ebuild 2003-02-01 14:38:44.000000000 +0100 @@ -47,7 +47,8 @@ libwww? ( >=net-libs/libwww-5.3.2 ) firebird? ( >=dev-db/firebird-1.0 ) pdflib? ( >=media-libs/pdflib-4.0.1-r2 ) - postgres? ( >=dev-db/postgresql-7.1 )" + postgres? ( >=dev-db/postgresql-7.1 ) + dev-libs/libmcal" #java? ( virtual/jdk ) # Only needed by CGI-Version # readline? ( >=sys-libs/ncurses-5.1 @@ -120,6 +121,7 @@ use pdflib && myconf="${myconf} --with-pdflib=/usr" use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib" use tiff && myconf="${myconf} --with-tiff-dir=/usr" + myconf="${myconf} --with-mcal=/usr" if [ "`use png`" ] ; then myconf="${myconf} --with-png-dir=/usr/lib"