diff options
author | taca <taca@pkgsrc.org> | 2013-03-19 15:35:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-19 15:35:42 +0000 |
commit | ed42c989eb8f8e105e40ffc9a38f1beabef378a6 (patch) | |
tree | a8fdbb8551259fb56e96e3b2e3b82b87036f4bd6 /www | |
parent | 5f110162c88991e2dc306551aadeceb5de1d1c73 (diff) | |
download | pkgsrc-ed42c989eb8f8e105e40ffc9a38f1beabef378a6.tar.gz |
Restirct typo3_45 to php53.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3_45/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile index da019c258c7..8f331224101 100644 --- a/www/typo3_45/Makefile +++ b/www/typo3_45/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2013/03/16 07:21:25 obache Exp $ +# $NetBSD: Makefile,v 1.23 2013/03/19 15:35:42 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[^ ]* |