diff options
author | sada <sada@FreeBSD.org> | 2002-11-17 13:32:11 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-17 13:32:11 +0800 |
commit | 5ceabf65687347a5a0ba7e5f3bad2f66279d10cc (patch) | |
tree | c9c13ba492203dcf05f776b75c721d7b509d082e | |
parent | b543bb3910032b77be3042a35f2aa765364ad599 (diff) | |
download | freebsd-ports-gnome-5ceabf65687347a5a0ba7e5f3bad2f66279d10cc.tar.gz freebsd-ports-gnome-5ceabf65687347a5a0ba7e5f3bad2f66279d10cc.tar.zst freebsd-ports-gnome-5ceabf65687347a5a0ba7e5f3bad2f66279d10cc.zip |
fixing dependence with PEAR::Log.
PR: ports/44474
Submitted by: maintainer
-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 92ef5f864d3e..fbb290ccba28 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 40a2ae526f54..d4d255b32d8a 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>. * ************************************************************************ |