php-xdebug: does not support php 8.2
This commit is contained in:
parent
63da53bb74
commit
e5eba91c3f
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.42 2022/11/09 14:52:48 taca Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.43 2022/12/14 11:46:41 wiz Exp $
|
||||
|
||||
MODNAME= xdebug
|
||||
PECL_VERSION= 3.1.6
|
||||
|
@ -13,7 +12,7 @@ LICENSE= php
|
|||
|
||||
PHP_ZEND_EXTENSION= yes
|
||||
|
||||
PHP_VERSIONS_INCOMPATIBLE= 56
|
||||
PHP_VERSIONS_INCOMPATIBLE= 56 82
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue