diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-12 21:12:38 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-12 21:12:38 +0000 |
commit | b3a226d31bf210a5946aeb94b25417d72c9a5645 (patch) | |
tree | 3d23239c9d3267937cb5e629bb9f46d1f1fecde4 /www/horde4-base | |
parent | dac1603367f7314d82409e2a067f8d851d5858ed (diff) |
- Revert change from last commit
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=193366
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 5f8ffa01ec60..5b7491f18507 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -71,7 +71,7 @@ COMMENT= Common code-base used by Horde applications, written in PHP #---------------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ - ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log \ + ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ |