diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-24 13:37:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-24 13:37:08 +0000 |
commit | b103919acd42997cd194471c8585102df67fcf79 (patch) | |
tree | dc04fdd4c4f8276ef39a21b9a4e0d597bf3aedff /mail | |
parent | a21f9e9368a3b655d2e4197902d8ae5e29c2b8ec (diff) | |
download | pkgsrc-b103919acd42997cd194471c8585102df67fcf79.tar.gz |
Fix path to horde3 package in DEPENDS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ingo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index def6bb1ed9f..5734cc0b8c5 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:56 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/24 13:37:08 wiz Exp $ DISTNAME= ingo-h3-${INGOVER} PKGNAME= ingo-${INGOVER} @@ -10,7 +10,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/ingo/ COMMENT= Horde based generic and complete mail filter rule frontend -DEPENDS+= horde>=3.0.0:../../www/horde3 +DEPENDS+= horde>=3.0.0:../../www/horde .include "../../mk/bsd.prefs.mk" |