diff options
author | taca <taca@pkgsrc.org> | 2015-08-23 15:39:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-23 15:39:02 +0000 |
commit | bfd179202102b107b2d2b2aeb0eabe01f25b485c (patch) | |
tree | ec2ec7f581223817883a29dbad0a0aabc5f11e59 /mail/roundcube | |
parent | 96825271b46bfbc61e0e0a80d5db44d0a1c0faa2 (diff) | |
download | pkgsrc-bfd179202102b107b2d2b2aeb0eabe01f25b485c.tar.gz |
Update dependency to pear-Net_LDAP3 as its PKGNAME has changed.
Bump PKGREVISION.
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 3 | ||||
-rw-r--r-- | mail/roundcube/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index ab335bdb6c8..1b38b35e70b 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2015/06/06 14:14:12 taca Exp $ +# $NetBSD: Makefile,v 1.74 2015/08/23 15:39:02 taca Exp $ DISTNAME= roundcubemail-1.1.2 PKGNAME= ${DISTNAME:S/mail-/-/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} diff --git a/mail/roundcube/options.mk b/mail/roundcube/options.mk index 6f14359fee5..d66166686fd 100644 --- a/mail/roundcube/options.mk +++ b/mail/roundcube/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2015/06/17 08:35:45 jperkin Exp $ +# $NetBSD: options.mk,v 1.11 2015/08/23 15:39:02 taca 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-[0-9]*:../../net/pear-Net_LDAP3 +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_LDAP3-[0-9]*:../../net/pear-Net_LDAP3 .endif ### |