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

(-)Makefile (-1 / +5 lines)
Lines 45-51 Link Here
45
		REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
45
		REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
46
		DISCARD "Enable discard-path support (CGI only)" off \
46
		DISCARD "Enable discard-path support (CGI only)" off \
47
		FASTCGI "Enable fastcgi support (CGI only)" on \
47
		FASTCGI "Enable fastcgi support (CGI only)" on \
48
		PATHINFO "Enable path-info-check support (CGI only)" on
48
		PATHINFO "Enable path-info-check support (CGI only)" on \
49
		READLINE "Enable Readline support (CLI only)" on
49
50
50
CONFLICTS=	php4-4*
51
CONFLICTS=	php4-4*
51
52
Lines 73-78 Link Here
73
PHP_SAPI+=	cli
74
PHP_SAPI+=	cli
74
PLIST_SUB+=	CLI=""
75
PLIST_SUB+=	CLI=""
75
MAN1+=		php.1
76
MAN1+=		php.1
77
.if defined(WITH_READLINE)
78
CONFIGURE_ARGS+=--with-readline
79
.endif
76
.else
80
.else
77
PLIST_SUB+=	CLI="@comment "
81
PLIST_SUB+=	CLI="@comment "
78
CONFIGURE_ARGS+=--disable-cli
82
CONFIGURE_ARGS+=--disable-cli

Return to bug 134880