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 /misc/php-orangehrm/Makefile | |
parent | 30a507c0fd1426a8c4096ee1124343f7ee1cab94 (diff) | |
download | pkgsrc-d1a7e0b870d465d872477aef88c59281663bc12d.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'misc/php-orangehrm/Makefile')
-rw-r--r-- | misc/php-orangehrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile index 7f6885ec50a..73bfc6f16c2 100644 --- a/misc/php-orangehrm/Makefile +++ b/misc/php-orangehrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/12/06 12:13:12 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/09/11 17:03:26 taca Exp $ # DISTNAME= orangehrm-2.7 @@ -15,7 +15,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.2.0:../../databases/php-mysqli DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 EXTRACT_USING= bsdtar USE_TOOLS+= pax |