diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/options.mk b/mail/roundcube/options.mk index 626caa52f14..6f14359fee5 100644 --- a/mail/roundcube/options.mk +++ b/mail/roundcube/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2015/06/06 05:33:39 manu Exp $ +# $NetBSD: options.mk,v 1.10 2015/06/17 08:35:45 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube @@ -51,7 +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 +DEPENDS+= pear-Net_LDAP3-[0-9]*:../../net/pear-Net_LDAP3 .endif ### |