diff options
author | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
commit | d1a7e0b870d465d872477aef88c59281663bc12d (patch) | |
tree | 4d3ea4323f0d8d835b2c72dbe1a442a9c40f2ba2 /devel/mantis | |
parent | 30a507c0fd1426a8c4096ee1124343f7ee1cab94 (diff) | |
download | pkgsrc-d1a7e0b870d465d872477aef88c59281663bc12d.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'devel/mantis')
-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 |