summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2015-06-06 05:33:39 +0000
committermanu <manu@pkgsrc.org>2015-06-06 05:33:39 +0000
commitf14c1be2707174bdab32d5b4f0cedb8f403ce69f (patch)
tree99d82d46836babd7dad7acce2af1b783ba5d3420 /mail
parent35f29b056f59eb693ffd9aa30fef0dfa04181abb (diff)
downloadpkgsrc-f14c1be2707174bdab32d5b4f0cedb8f403ce69f.tar.gz
Fix LDAP directory feature
Add dependency on net/pear-Net_LDAP3 when ldap option is enabled, as the LDAP directory feature of Roundcube requires it.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile4
-rw-r--r--mail/roundcube/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index b434321159a..1074bbb6f23 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2015/05/24 14:48:54 jym Exp $
+# $NetBSD: Makefile,v 1.72 2015/06/06 05:33:39 manu Exp $
DISTNAME= roundcubemail-1.1.1
PKGNAME= ${DISTNAME:S/mail-/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
diff --git a/mail/roundcube/options.mk b/mail/roundcube/options.mk
index d82294502a8..626caa52f14 100644
--- a/mail/roundcube/options.mk
+++ b/mail/roundcube/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2013/06/15 16:08:09 taca Exp $
+# $NetBSD: options.mk,v 1.9 2015/06/06 05:33:39 manu Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube
@@ -51,6 +51,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../converters/php-mbstring
###
.if !empty(PKG_OPTIONS:Mldap)
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap
+DEPENDS+= pear-Net_LDAP3:../../net/pear-Net_LDAP3
.endif
###