summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-03-20 10:50:02 +0000
committeradrianp <adrianp>2009-03-20 10:50:02 +0000
commite16cb7e376ccaf373d36e7ed8b0df0ae14280fc4 (patch)
tree20d47c209e1d76e019c65de81780dfc8e370cbb8
parentd6f9f72318edb4a7f1a3cb9e9d6da06403a9cfa8 (diff)
downloadpkgsrc-e16cb7e376ccaf373d36e7ed8b0df0ae14280fc4.tar.gz
Remove deplicate DOM DEPENDS, pointed out by obache@
-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