summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-06-17 08:35:45 +0000
committerjperkin <jperkin@pkgsrc.org>2015-06-17 08:35:45 +0000
commit3cf9110e73bc4f33be83322e3cd7e937e625be74 (patch)
treeffdf21f0dd068289855384e3c78d6035affaff24 /mail
parentaabd9a77090616043b8c82072628985f174b09e5 (diff)
downloadpkgsrc-3cf9110e73bc4f33be83322e3cd7e937e625be74.tar.gz
Fix DEPENDS match when enabling the ldap option.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/options.mk4
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
###