diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-10-02 20:53:22 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-10-02 20:53:22 +0000 |
commit | fd293cf771dd2cf027630a3a2ffd8a3c69dc47d9 (patch) | |
tree | 3ea7cb6481f9feb6d9c870cf96a8434439baa9e3 /www/horde-base/Makefile | |
parent | 9d9a42d35df4b05160b683bb71edfd83d37cd519 (diff) | |
download | ports-fd293cf771dd2cf027630a3a2ffd8a3c69dc47d9.tar.gz ports-fd293cf771dd2cf027630a3a2ffd8a3c69dc47d9.zip |
Notes
Diffstat (limited to 'www/horde-base/Makefile')
-rw-r--r-- | www/horde-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index aa01c8bd351f..fc6575218a4e 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= horde -PORTVERSION= 3.2.2 +PORTVERSION= 3.3 DISTVERSIONPREFIX= CATEGORIES= www PKGNAMEPREFIX= @@ -75,7 +75,8 @@ RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ - ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP + ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ + ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema CONFLICTS= horde-2.* |