diff options
author | sada <sada@FreeBSD.org> | 2002-11-17 05:32:11 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-17 05:32:11 +0000 |
commit | 5ceabf65687347a5a0ba7e5f3bad2f66279d10cc (patch) | |
tree | c9c13ba492203dcf05f776b75c721d7b509d082e /www/horde2 | |
parent | b543bb3910032b77be3042a35f2aa765364ad599 (diff) | |
download | FreeBSD-ports-5ceabf65687347a5a0ba7e5f3bad2f66279d10cc.zip FreeBSD-ports-5ceabf65687347a5a0ba7e5f3bad2f66279d10cc.tar.gz |
fixing dependence with PEAR::Log.
PR: ports/44474
Submitted by: maintainer
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 6 | ||||
-rw-r--r-- | www/horde2/pkg-message | 3 |
2 files changed, 1 insertions, 8 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 92ef5f8..fbb290c 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -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 diff --git a/www/horde2/pkg-message b/www/horde2/pkg-message index 40a2ae5..d4d255b 100644 --- a/www/horde2/pkg-message +++ b/www/horde2/pkg-message @@ -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>. * ************************************************************************ |