summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-03-20 10:50:02 +0000
committeradrianp <adrianp@pkgsrc.org>2009-03-20 10:50:02 +0000
commitddbecb1f47177dfc864cf4fc9d2b2754ddabfeae (patch)
tree20d47c209e1d76e019c65de81780dfc8e370cbb8 /mail
parent32ef2c234f0d07c7b1fa3cb89a75c4bc819a17aa (diff)
downloadpkgsrc-ddbecb1f47177dfc864cf4fc9d2b2754ddabfeae.tar.gz
Remove deplicate DOM DEPENDS, pointed out by obache@
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile3
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