diff options
author | jmc <jmc> | 2001-10-29 05:43:47 +0000 |
---|---|---|
committer | jmc <jmc> | 2001-10-29 05:43:47 +0000 |
commit | d9675fa7d4903f7b7e7aa4a365632f22dfb9ef46 (patch) | |
tree | 8d74eb095f50bcbf2888753d0d12fcef93cbbad5 /www/horde | |
parent | 23947370dc44db8579119712f7e14951fcbde4c8 (diff) | |
download | pkgsrc-d9675fa7d4903f7b7e7aa4a365632f22dfb9ef46.tar.gz |
Fix depends lines to point to correct paths
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 296e3686430..31ebc63dbf2 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/29 14:34:38 bouyer Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/29 05:43:47 jmc Exp $ DISTNAME= horde-1.2.6 CATEGORIES= www @@ -9,7 +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 +DEPENDS+= php-pcre>3.0.17:../../devel/php4-pcre NO_CONFIGURE= # defined |