From 895b43e9ac017ea68157c34d6fcde3a2caeee512 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 15 Dec 2019 18:25:22 +0000 Subject: [PATCH] www/typo3_62: it supports php56 only typo3_62 package only supports php56. --- www/typo3_62/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/typo3_62/Makefile b/www/typo3_62/Makefile index 21680697332f..d600cad6986d 100644 --- a/www/typo3_62/Makefile +++ b/www/typo3_62/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/11/04 22:10:15 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2019/12/15 18:25:22 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -18,6 +18,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib +PHP_VERSIONS_ACCEPTED= 56 + VER= 6.2.31 NO_BUILD= yes USE_TOOLS+= bash:run pax