diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-07 16:30:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-07 16:30:49 +0000 |
commit | 513c15afd83471263b80f938e46c5a71d3f5832e (patch) | |
tree | 7a5169d0ef6c97130e8c298b7d19e772fc84db2d /www/horde | |
parent | f083dca500f7cd25c3585611b988a1cc031333ad (diff) | |
download | pkgsrc-513c15afd83471263b80f938e46c5a71d3f5832e.tar.gz |
Note dependency on php-pcre.
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 3e5034b1e08..0bc889d13d0 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/22 21:11:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/07 16:30:49 jlam Exp $ DISTNAME= horde-1.2.5 CATEGORIES= www @@ -9,6 +9,7 @@ HOMEPAGE= http://www.horde.org/ COMMENT= PHP application framework DEPENDS+= php>3.0.17:../../www/php4 +DEPENDS+= php-pcre>3.0.17:../../www/php4-pcre NO_CONFIGURE= # defined |