diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-09 09:02:47 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-09 09:03:21 -0600 |
commit | 54523f62b2848ce21415cda39c4034692ada61f4 (patch) | |
tree | 6b3f7b4900ad4f933eb294dd24bad693d4c34975 /Mk | |
parent | 56eb6d1dae8fac6dc300f5321be6c37a976283af (diff) | |
download | freebsd-ports-54523f62b2848ce21415cda39c4034692ada61f4.zip |
print/pecl-pdflib: Cleanup
- Requires php74 which was EOL on 2022-11-28
Sponsored by: Bounce Experts
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/php.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk index 099c1dfba03f..38dfccedc1a2 100644 --- a/Mk/Uses/php.mk +++ b/Mk/Uses/php.mk @@ -391,7 +391,7 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \ soap sockets sodium spl sqlite3 sysvmsg sysvsem sysvshm \ tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components -_USE_PHP_VER74= ${_USE_PHP_ALL} pdf zephir_parser +_USE_PHP_VER74= ${_USE_PHP_ALL} zephir_parser _USE_PHP_VER80= ${_USE_PHP_ALL} zephir_parser _USE_PHP_VER81= ${_USE_PHP_ALL} zephir_parser _USE_PHP_VER82= ${_USE_PHP_ALL} @@ -432,7 +432,6 @@ opcache_DEPENDS= www/php${PHP_VER}-opcache openssl_DEPENDS=security/php${PHP_VER}-openssl . endif pcntl_DEPENDS= devel/php${PHP_VER}-pcntl -pdf_DEPENDS= print/pecl-pdflib@${PHP_FLAVOR} pdo_DEPENDS= databases/php${PHP_VER}-pdo pdo_dblib_DEPENDS= databases/php${PHP_VER}-pdo_dblib pdo_firebird_DEPENDS= databases/php${PHP_VER}-pdo_firebird |