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 | e8b46e1940991fa5a14f5bc7061e28f907b7b1cf (patch) | |
tree | 94614e598096ddf4b0c597a5a33e90e38dda1070 /www/horde | |
parent | 624801d5cf4f75557194648f98eea35c375dedae (diff) | |
download | pkgsrc-e8b46e1940991fa5a14f5bc7061e28f907b7b1cf.tar.gz |
Horde has a run-time dependancy on ../../sysutils/pear-Log
Diffstat (limited to 'www/horde')
-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 |