diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-03-01 20:44:11 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-03-01 20:44:11 +0000 |
commit | a8534af1b5888256705e776dc7e75eed3cf7c9ab (patch) | |
tree | f898bc58a3216af88db17a6e1aa925e06db0f095 /www/horde | |
parent | f948ebf12d36519287f27107615fdb3b4ecd9665 (diff) | |
download | pkgsrc-a8534af1b5888256705e776dc7e75eed3cf7c9ab.tar.gz |
Horde also requires php-session, php-gettext and php-xml
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 7dc6ca4ce1c..a981abf0862 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/02/01 22:41:15 bouyer Exp $ +# $NetBSD: Makefile,v 1.19 2002/03/01 20:44:11 bouyer Exp $ DISTNAME= horde-2.0 CATEGORIES= www @@ -10,6 +10,9 @@ COMMENT= PHP application framework DEPENDS+= php>4.0.0:../../www/php4 DEPENDS+= php-pcre>4.0.0:../../devel/php4-pcre +DEPENDS+= php-session>4.0.0:../../devel/php4-session +DEPENDS+= php-gettext>4.0.0:../../devel/php4-gettext +DEPENDS+= php-xml>4.0.0:../../devel/php4-xml DOCDIR= ${PREFIX}/share/doc/horde EGDIR= ${PREFIX}/share/examples/horde |