diff options
author | jmc <jmc@pkgsrc.org> | 2001-10-29 05:43:47 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2001-10-29 05:43:47 +0000 |
commit | 3f4dcce89e91fafc13d0eed96ae56ad6e02b24fe (patch) | |
tree | 8d74eb095f50bcbf2888753d0d12fcef93cbbad5 /www/horde | |
parent | 98df8d7636e37681283f44cac110dcbd9025efb0 (diff) | |
download | pkgsrc-3f4dcce89e91fafc13d0eed96ae56ad6e02b24fe.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 |