diff options
-rw-r--r-- | www/horde/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 248eba978ac..6f7a53ef8b0 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/01/10 16:25:27 bouyer Exp $ +# $NetBSD: Makefile,v 1.31 2005/01/16 21:13:37 adrianp Exp $ DISTNAME= horde-2.2.7 CATEGORIES= www @@ -8,8 +8,10 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.horde.org/ COMMENT= PHP application framework +CONFLICTS+= horde-3.* + DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext -DEPENDS+= pear-Log:../../sysutils/pear-Log +DEPENDS+= pear-Log-*:../../sysutils/pear-Log DOCDIR= ${PREFIX}/share/doc/horde EGDIR= ${PREFIX}/share/examples/horde |