diff options
author | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
commit | cd0813ce61e3870a125aef80860b791c46c134f3 (patch) | |
tree | da5e1cb19fe15553adefed6a3dce16bb4c913420 /mail/ingo | |
parent | 897b7dfe7a0e6e790d70aeb0cf75e22729d02e19 (diff) | |
download | pkgsrc-cd0813ce61e3870a125aef80860b791c46c134f3.tar.gz |
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'mail/ingo')
-rw-r--r-- | mail/ingo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index 4d2091a6086..b023d77a552 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/03/16 07:21:21 obache Exp $ +# $NetBSD: Makefile,v 1.22 2015/12/19 14:27:14 taca Exp $ DISTNAME= ingo-h3-${INGOVER} PKGNAME= ingo-${INGOVER} @@ -14,6 +14,7 @@ LICENSE= apache-1.1 DEPENDS+= horde>=3.2:../../www/horde +PHP_VERSIONS_ACCEPTED= 55 56 PKG_DESTDIR_SUPPORT= destdir .include "../../mk/bsd.prefs.mk" |