diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-02 00:34:23 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-08-02 02:45:54 +0200 |
commit | f75195882a9a619820709d01e93d7b4855b3afb1 (patch) | |
tree | f6c3afe12b22c5f99f5b2a83c774f516040fd74a | |
parent | lang/php84: Update version 8.4.10=>8.4.11 (diff) |
devel/pear: Ignore with php81
Fails to build with php81 after recent updates of libxml2
Approved by: portmgr (blanket)
-rw-r--r-- | devel/pear/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 4ec6f3d7dcfd..6392364e5d70 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -18,6 +18,7 @@ NO_BUILD= yes NO_ARCH= yes USE_PHP= xml:build zlib:build +IGNORE_WITH_PHP= 81 PEARDIR= ${PREFIX}/share/pear |