diff options
author | Florian Smeets <flo@FreeBSD.org> | 2022-02-07 21:01:30 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2022-02-07 21:01:30 +0000 |
commit | 8f2eb63024d33e2afc893ef15d4ad7abc7517896 (patch) | |
tree | c16a9d7815a8267a194c403dc2d18d31d975d2ff | |
parent | 3746559b47e10ec53bed09b2f9ac782d153bff14 (diff) | |
download | ports-8f2eb63024d33e2afc893ef15d4ad7abc7517896.tar.gz ports-8f2eb63024d33e2afc893ef15d4ad7abc7517896.zip |
www/phpmyfaq: phpMyFAQ has been compatible with PHP8 since 3.0.6
PR: 261617
-rw-r--r-- | www/phpmyfaq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/phpmyfaq/Makefile b/www/phpmyfaq/Makefile index 318c465666cd..6364d6a93d76 100644 --- a/www/phpmyfaq/Makefile +++ b/www/phpmyfaq/Makefile @@ -14,7 +14,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe php:web USE_PHP= filter json mysqli pcre pdf session xml xmlrpc xmlwriter zlib -IGNORE_WITH_PHP= 80 81 FAQ_DIR= attachments data images inc pdf xml NO_BUILD= YES NO_ARCH= YES |