View | Details | Raw Unified | Return to bug 157145
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 22-30 Link Here
22
USE_BZIP2=	yes
22
USE_BZIP2=	yes
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
.if !defined(WITHOUT_PHP_DEPENDS)
24
.if !defined(WITHOUT_PHP_DEPENDS)
25
USE_PHP=	ctype mysql session filter mbstring json
25
USE_PHP=	ctype mysql session filter mbstring json spl
26
.endif
26
.endif
27
27
28
28
# Note: default settings will pull in X11 client support.  If you don't
29
# Note: default settings will pull in X11 client support.  If you don't
29
# want this, either turn off GD in the config dialog, or else turn off
30
# want this, either turn off GD in the config dialog, or else turn off
30
# FONTCONFIG in the graphics/gd port options.
31
# FONTCONFIG in the graphics/gd port options.

Return to bug 157145