IUSE="php"
RDEPEND="virtual/glibc php? ( dev-php/php-cgi )"
RDEPEND="virtual/glibc"
--
pkg_postinst() {
if [ `use php` ]; then
ewarn
ewarn "You have chosen to use the PHP flag for monkeyd."
ewarn "To turn this suport on, you must add the following"
ewarn "line to /etc/monkeyd/monkey.conf"
ewarn "AddScript application/x-httpd-php /usr/bin/php-cgi php"
fi
}