www/typo3_62: it supports php56 only
typo3_62 package only supports php56.
This commit is contained in:
parent
dac6e8a22a
commit
895b43e9ac
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue