diff options
Diffstat (limited to 'time/kronolith/Makefile')
-rw-r--r-- | time/kronolith/Makefile | 4 |
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" |