diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-31 15:49:21 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-31 15:49:51 +0200 |
commit | 9e8b4de433f3f1ef88ab3c7639ba15d0421c81f1 (patch) | |
tree | a1b68899bc80e8497849d39b3507bbef0cc67618 | |
parent | aacdea631791805e07989e32744ce91ca34110b4 (diff) | |
download | freebsd-ports-9e8b4de433f3f1ef88ab3c7639ba15d0421c81f1.zip |
www/typo3-1*: Remove refence to mysql55
-rw-r--r-- | www/typo3-11/Makefile | 2 | ||||
-rw-r--r-- | www/typo3-12/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile index 7b188bbfabc6..b9cf1e825d51 100644 --- a/www/typo3-11/Makefile +++ b/www/typo3-11/Makefile @@ -12,7 +12,7 @@ WWW= https://typo3.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -IGNORE_WITH_MYSQL= 55 56 101m +IGNORE_WITH_MYSQL= 56 101m USES= cpe php:web,flavors shebangfix USE_PHP= ctype dom fileinfo filter hash intl json openssl pcre session simplexml \ diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile index 8252862a28b8..6e0317be246b 100644 --- a/www/typo3-12/Makefile +++ b/www/typo3-12/Makefile @@ -12,7 +12,7 @@ WWW= https://typo3.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -IGNORE_WITH_MYSQL= 55 56 57 101m 102m +IGNORE_WITH_MYSQL= 56 57 101m 102m IGNORE_WITH_PHP= 80 82 USES= cpe php:web,flavors shebangfix |