pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/www/horde Pullup ticket 220 - requested by Man...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ade5f46005f
branches:  pkgsrc-2004Q4
changeset: 485811:6ade5f46005f
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Jan 11 00:04:38 2005 +0000

description:
Pullup ticket 220 - requested by Manuel Bouyer
runtime fix for horde

        Module Name:    pkgsrc
        Committed By:   bouyer
        Date:           Mon Jan 10 16:25:27 UTC 2005

        Modified Files:
                pkgsrc/www/horde: Makefile

        Log Message:
        Horde has a run-time dependancy on ../../sysutils/pear-Log

diffstat:

 www/horde/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 131213e79d8e -r 6ade5f46005f www/horde/Makefile
--- a/www/horde/Makefile        Mon Jan 10 23:55:29 2005 +0000
+++ b/www/horde/Makefile        Tue Jan 11 00:04:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/11/09 16:23:02 adam Exp $
+# $NetBSD: Makefile,v 1.29.2.1 2005/01/11 00:04:38 salo Exp $
 
 DISTNAME=      horde-2.2.7
 CATEGORIES=    www
@@ -9,6 +9,7 @@
 COMMENT=       PHP application framework
 
 DEPENDS+=      php-gettext>=4.3.3:../../devel/php-gettext
+DEPENDS+=      pear-Log:../../sysutils/pear-Log
 
 DOCDIR=                ${PREFIX}/share/doc/horde
 EGDIR=         ${PREFIX}/share/examples/horde



Home | Main Index | Thread Index | Old Index