diff options
author | taca <taca@pkgsrc.org> | 2015-12-30 14:34:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-30 14:34:42 +0000 |
commit | 516eadbc849c31620fc157682dd2824e259a20c8 (patch) | |
tree | 30d5c098af9e3290acc0af637ad4a137d0bb9927 /mail | |
parent | 83f22a091ad9697c19d0feab86d9ec08cbe887a9 (diff) | |
download | pkgsrc-516eadbc849c31620fc157682dd2824e259a20c8.tar.gz |
Curretly, Roundcube dose not support PHP 7.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 0078bce78a2..85bd5d2ed37 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2015/12/26 14:24:48 taca Exp $ +# $NetBSD: Makefile,v 1.79 2015/12/30 14:34:42 taca Exp $ DISTNAME= roundcubemail-1.1.4 PKGNAME= ${DISTNAME:S/mail-/-/} @@ -23,6 +23,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.8.1:../../mail/pear-Mail_Mime DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode>=1.5.5:../../mail/pear-Mail_mimeDecode DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.3:../../mail/pear-Auth_SASL +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= # none USE_TOOLS+= pax NO_BUILD= yes |