diff options
author | taca <taca@pkgsrc.org> | 2013-03-19 15:36:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-19 15:36:55 +0000 |
commit | fbc9303586830dad200040208669433cc343d3b4 (patch) | |
tree | 0cdefb854461d47523032020a1e3b18cc93949a0 /www | |
parent | 9dfd4bc31c13c207eb3f547d73974d436a896e65 (diff) | |
download | pkgsrc-fbc9303586830dad200040208669433cc343d3b4.tar.gz |
Restirct typo3_46 to php53.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3_46/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/typo3_46/Makefile b/www/typo3_46/Makefile index a9f0fc0f39d..75f9414d5a7 100644 --- a/www/typo3_46/Makefile +++ b/www/typo3_46/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2013/03/16 07:21:25 obache Exp $ +# $NetBSD: Makefile,v 1.22 2013/03/19 15:36:55 taca Exp $ # DISTNAME= ${TYPO3NAME} PKGNAME= typo3-${VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} @@ -25,6 +25,8 @@ TYPO3NAME= typo3_src-${VER} SITESRC= dummy-${VER} WRKSRC= ${WRKDIR}/${DISTNAME} +PHP_VERSIONS_ACCEPTED= 53 + # maybe resides in lang/php/phpversion.mk REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* |