diff options
author | wiz <wiz@pkgsrc.org> | 2019-09-26 07:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-09-26 07:51:27 +0000 |
commit | f8a511f6049282655e72aa0b5fbf051808b4716c (patch) | |
tree | 7019f56287c1cbe143343cc13e7a4c05e17a5e67 /mail | |
parent | 11097725fe32f78ca3f1ac87c8be89b6c3111a5a (diff) | |
download | pkgsrc-f8a511f6049282655e72aa0b5fbf051808b4716c.tar.gz |
turba: mark as only for php 5.6
Due to php-mysql via horde.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/turba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 4eb64f45dab..275db1d8126 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2019/08/11 13:21:43 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2019/09/26 07:51:27 wiz Exp $ DISTNAME= turba-h3-${TURBAVER} PKGNAME= turba-${TURBAVER} @@ -14,6 +14,8 @@ LICENSE= apache-1.1 DEPENDS+= horde>=3.3.7:../../www/horde +PHP_VERSIONS_ACCEPTED= 56 # due to php-mysql via horde + PKG_DESTDIR_SUPPORT= destdir .include "../../mk/bsd.prefs.mk" |