diff options
author | crees <crees@FreeBSD.org> | 2012-12-01 20:07:49 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-12-01 20:07:49 +0800 |
commit | ddfa623ea288ee01dd8a191801dc1f89e5891f79 (patch) | |
tree | eb34c23e05bca27b746cd444c903b1e40a973646 | |
parent | 7e15fcf5fb580f626dcb046c0c4b954742febc2c (diff) | |
download | freebsd-ports-gnome-ddfa623ea288ee01dd8a191801dc1f89e5891f79.tar.gz freebsd-ports-gnome-ddfa623ea288ee01dd8a191801dc1f89e5891f79.tar.zst freebsd-ports-gnome-ddfa623ea288ee01dd8a191801dc1f89e5891f79.zip |
Correct PHP version detection
Feature safe: yes
-rw-r--r-- | www/typo3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 59c56ca55aaf..3e31bd142c0b 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 NO_BUILD= yes USE_PHP= ctype filter json mysql pcre session xml WANT_PHP_WEB= yes -IGNORE_WITH_PHP=52- +IGNORE_WITH_PHP=52 TYPO3WWW= www TYPO3RELEASE= |