summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-19 16:07:26 +0000
committertaca <taca@pkgsrc.org>2015-02-19 16:07:26 +0000
commitdbed4c7928c01a0226ca982ab9bc6fe9551ad93f (patch)
tree15ba0d2fc952174fb6c5f1755c4db9969fc22020 /www
parentcd2367e6d9df1bc3c24bac554195b82f1a324efc (diff)
downloadpkgsrc-dbed4c7928c01a0226ca982ab9bc6fe9551ad93f.tar.gz
typo3_62 dose not support PHP 5.6.0 and later.
Diffstat (limited to 'www')
-rw-r--r--www/typo3_62/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3_62/Makefile b/www/typo3_62/Makefile
index 2c33448053f..d607ba07082 100644
--- a/www/typo3_62/Makefile
+++ b/www/typo3_62/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/19 15:21:18 taca Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/19 16:07:26 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -22,7 +22,7 @@ VER= 6.2.9
NO_BUILD= yes
USE_TOOLS+= bash:run pax
-#PHP_VERSIONS_ACCEPTED= 53 54 55
+PHP_VERSIONS_ACCEPTED= 53 54 55
TYPO3NAME= typo3_src-${VER}
WRKSRC= ${WRKDIR}/${DISTNAME}