diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-01-10 16:25:27 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-01-10 16:25:27 +0000 |
commit | 54f64a1fe45a99b24e759fa05d7eec1ff3773877 (patch) | |
tree | 94614e598096ddf4b0c597a5a33e90e38dda1070 /www | |
parent | f59163bb90835fccef0acbb3e9faa79ec80d283d (diff) | |
download | pkgsrc-54f64a1fe45a99b24e759fa05d7eec1ff3773877.tar.gz |
Horde has a run-time dependancy on ../../sysutils/pear-Log
Diffstat (limited to 'www')
-rw-r--r-- | www/horde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 4a971812d3b..248eba978ac 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/11/09 16:23:02 adam Exp $ +# $NetBSD: Makefile,v 1.30 2005/01/10 16:25:27 bouyer Exp $ DISTNAME= horde-2.2.7 CATEGORIES= www @@ -9,6 +9,7 @@ HOMEPAGE= http://www.horde.org/ 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 |