summaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
committerfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
commite0e6ea2e4e92022b565a3262eab4a9f6cce0611c (patch)
treef996f7ed53dcf81621f149a09493a208444056d3 /mail/roundcube
parentd967bb56dbfcf99dec0516d08fcef364d5fc58fa (diff)
downloadpkgsrc-e0e6ea2e4e92022b565a3262eab4a9f6cce0611c.tar.gz
Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION.
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index d006342639a..38813dfb57c 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.86 2016/12/05 16:13:51 taca Exp $
+# $NetBSD: Makefile,v 1.87 2017/04/05 12:33:48 fhajny Exp $
DISTNAME= roundcubemail-${RC_VERS}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/}
+PKGREVISION= 1
MAINTAINER= taca@NetBSD.org
COMMENT= Browser-based multilingual IMAP client
LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
-DEPENDS+= ${PHP_PKG_PREFIX}-dom>=${PHP_BASE_VERS}:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-exif>=${PHP_BASE_VERS}:../../graphics/php-exif
DEPENDS+= ${PHP_PKG_PREFIX}-intl>=${PHP_BASE_VERS}:../../textproc/php-intl
DEPENDS+= ${PHP_PKG_PREFIX}-json>=${PHP_BASE_VERS}:../../textproc/php-json