diff options
author | taca <taca> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca> | 2016-09-11 17:03:25 +0000 |
commit | e555ffd79e0697c92e7ca2299fd4cb44da1b1936 (patch) | |
tree | 9a7c9b41db86f5a5419b5fda1aedb2a950f18bf9 /finance | |
parent | b00c87fd709e5119bf3285732caeaeb1eb78f9b4 (diff) | |
download | pkgsrc-e555ffd79e0697c92e7ca2299fd4cb44da1b1936.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/magento/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/magento/Makefile b/finance/magento/Makefile index 2ab4ab02f6d..16ea087abe3 100644 --- a/finance/magento/Makefile +++ b/finance/magento/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/12/06 12:16:54 taca Exp $ +# $NetBSD: Makefile,v 1.8 2016/09/11 17:03:26 taca Exp $ DISTNAME= magento-1.9.2.2 CATEGORIES= www finance @@ -27,7 +27,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql DEPENDS+= ${PHP_PKG_PREFIX}-soap-[0-9]*:../../net/php-soap DEPENDS+= ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 WRKSRC= ${WRKDIR}/magento |