diff options
Diffstat (limited to 'devel/mantis/Makefile')
-rw-r--r-- | devel/mantis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index 4a19b11db10..012c4deccaf 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/09/01 13:22:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2016/09/11 17:03:25 taca Exp $ DISTNAME= mantisbt-1.3.1 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mantisbt.org/ COMMENT= PHP/MySQL/web based bugtracking system LICENSE= gnu-gpl-v2 -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json |