From f14c1be2707174bdab32d5b4f0cedb8f403ce69f Mon Sep 17 00:00:00 2001 From: manu Date: Sat, 6 Jun 2015 05:33:39 +0000 Subject: 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. --- mail/roundcube/Makefile | 4 ++-- mail/roundcube/options.mk | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mail') 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 ### -- cgit v1.2.3