diff options
author | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
commit | 7e9290b8e535f3225aa136560c7c7b15f5bb99bd (patch) | |
tree | 999b91342e316c9b622432535a8b50c5a680392f /www/typo3 | |
parent | 8c91adf67a33dacb448a87bdb94fccb2701cebee (diff) | |
download | pkgsrc-7e9290b8e535f3225aa136560c7c7b15f5bb99bd.tar.gz |
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.
No functional change.
Diffstat (limited to 'www/typo3')
-rw-r--r-- | www/typo3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 85c665aca13..ece50e20967 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2010/02/23 14:12:22 taca Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/15 16:45:59 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -24,8 +24,6 @@ USE_TOOLS= pax TYPO3NAME= typo3_src-${VER} SITESRC= dummy-${VER} -PHP_VERSIONS_ACCEPTED= 5 - # maybe resides in lang/php/phpversion.mk REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* |