mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
pecl-xdebug: Fix missing zend parameter
xdebug must be loaded as a zend extension Bump portrevision Reported by: Franco Fichtner (via phabricator) Sponsored by: trivago N.V.
This commit is contained in:
parent
b1f328c610
commit
0b2cfc18cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460519
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xdebug
|
||||
PORTVERSION= 2.5.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel pear
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
IGNORE_WITH_PHP= 72
|
||||
|
||||
CONFIGURE_ARGS= --enable-xdebug
|
||||
USES= php:pecl
|
||||
USES= php:pecl,zend
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user