From 3cf9110e73bc4f33be83322e3cd7e937e625be74 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 17 Jun 2015 08:35:45 +0000 Subject: Fix DEPENDS match when enabling the ldap option. --- mail/roundcube/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') 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 ### -- cgit v1.2.3