diff options
author | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
commit | 101efbe7e88e77538cf568d816d25038d2e02244 (patch) | |
tree | 6f520af076bc276061834128125ed219ffde8956 /misc/php-orangehrm | |
parent | 00f547df772d74942a0ee8eb93126a400c570f13 (diff) | |
download | pkgsrc-101efbe7e88e77538cf568d816d25038d2e02244.tar.gz |
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'misc/php-orangehrm')
-rw-r--r-- | misc/php-orangehrm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile index a4e8c9f6a6b..7f6885ec50a 100644 --- a/misc/php-orangehrm/Makefile +++ b/misc/php-orangehrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:35 asau Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/06 12:13:12 taca Exp $ # DISTNAME= orangehrm-2.7 @@ -15,6 +15,8 @@ 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 + EXTRACT_USING= bsdtar USE_TOOLS+= pax |