diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-03-20 10:50:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-03-20 10:50:02 +0000 |
commit | 0fb6b35217a994370a7e3d086cef545342e87962 (patch) | |
tree | 20d47c209e1d76e019c65de81780dfc8e370cbb8 /mail | |
parent | 5dd757d45cb3468c7b700ada5462332d1ca9f69e (diff) | |
download | pkgsrc-0fb6b35217a994370a7e3d086cef545342e87962.tar.gz |
Remove deplicate DOM DEPENDS, pointed out by obache@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 36ed8ef8ade..390c91e8459 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/03/18 12:12:40 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2009/03/20 10:50:02 adrianp Exp $ # DISTNAME= roundcubemail-${RCVERSION}-dep @@ -24,7 +24,6 @@ INSTALLATION_DIRS+= ${RCDIR}/bin .include "../../mk/bsd.prefs.mk" .include "../../lang/php/phpversion.mk" -DEPENDS+= php5-dom-5.2.*:../../textproc/php5-dom DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2 |