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 /security/base/Makefile | |
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 'security/base/Makefile')
-rw-r--r-- | security/base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index b8c033c5b35..09ba31e1208 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:01 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/12/06 12:13:12 taca Exp $ # DISTNAME= base-1.4.3.1 @@ -28,6 +28,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php +PHP_VERSIONS_ACCEPTED= 55 56 + NO_BUILD= YES #WRKSRC= ${WRKDIR}/base-php4 |