summaryrefslogtreecommitdiff
path: root/time/kronolith
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
committertaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
commit101efbe7e88e77538cf568d816d25038d2e02244 (patch)
tree6f520af076bc276061834128125ed219ffde8956 /time/kronolith
parent00f547df772d74942a0ee8eb93126a400c570f13 (diff)
downloadpkgsrc-101efbe7e88e77538cf568d816d25038d2e02244.tar.gz
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'time/kronolith')
-rw-r--r--time/kronolith/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile
index 3d064eef92f..eea89cb9fa1 100644
--- a/time/kronolith/Makefile
+++ b/time/kronolith/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/08/07 19:19:58 bouyer Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/06 12:13:12 taca Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
@@ -16,6 +16,8 @@ DEPENDS+= horde>=3.2:../../www/horde
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Date-[0-9]*:../../time/pear-Date
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"