1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

fixing dependence with PEAR::Log.

PR:	ports/44474
Submitted by:	maintainer
This commit is contained in:
SADA Kenji 2002-11-17 05:32:11 +00:00
parent 8b63ddab22
commit fffc1613a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70289
2 changed files with 1 additions and 8 deletions

View File

@ -27,11 +27,7 @@ LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_MCAL)
LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal
.endif
.if !defined(WITHOUT_SSL)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl
.endif
#RUN_DEPENDS+= ${LOCALBASE}/lib/php/Cache/DB.php:${PORTSDIR}/devel/pear
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
RUN_DEPENDS= ${LOCALBASE}/lib/php/Log.php:${PORTSDIR}/sysutils/pear-Log
NO_BUILD= yes
USE_REINPLACE= yes

View File

@ -30,7 +30,4 @@ When everything is OK, you should be able to access Horde from
There is a testing script at <URL:http://localhost/horde/test.php>.
The script horde_set_perms.sh has been installed in %%HORDESBIN%%.
N.B.: if you don't have a directory /usr/local/lib/php/Log, you have *
===== to install it from <URL:http://pear.php.net/get/Log>. *
************************************************************************