diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-16 21:13:37 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-16 21:13:37 +0000 |
commit | 45d00133da6e003ff418489080a096f5933e7914 (patch) | |
tree | 421b380b948b94ca2db19794b779f06ed9ebf071 /www/horde | |
parent | b566afe34f3143aee0578f1b129e4032cd4dd9de (diff) | |
download | pkgsrc-45d00133da6e003ff418489080a096f5933e7914.tar.gz |
- Add CONFICTS for newly imported horde 3.x packages
- Fix bug with pear-Log DEPENDS statement
Diffstat (limited to 'www/horde')
-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 |