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

(-)Makefile (-1 / +2 lines)
Lines 29-35 Link Here
29
29
30
OPTIONS_DEFINE=	LDAP MYSQL PAM PGSQL TLS PRIVSEP PERUSERLIMITS THROTTLING \
30
OPTIONS_DEFINE=	LDAP MYSQL PAM PGSQL TLS PRIVSEP PERUSERLIMITS THROTTLING \
31
		UPLOADSCRIPT UTF8 SENDFILE LARGEFILE VIRTUALCHROOT ANONRESUME \
31
		UPLOADSCRIPT UTF8 SENDFILE LARGEFILE VIRTUALCHROOT ANONRESUME \
32
		ANONRENAME ANONDELETE DOCS EXAMPLES
32
		ANONRENAME ANONDELETE DOCS EXAMPLES CERTFILE
33
OPTIONS_DEFAULT=	PAM PRIVSEP SENDFILE VIRTUALCHROOT
33
OPTIONS_DEFAULT=	PAM PRIVSEP SENDFILE VIRTUALCHROOT
34
34
35
LDAP_DESC=	Support for users in LDAP directories
35
LDAP_DESC=	Support for users in LDAP directories
Lines 48-53 Link Here
48
ANONRESUME_DESC=	Allow anonymous user to resume file upload
48
ANONRESUME_DESC=	Allow anonymous user to resume file upload
49
ANONRENAME_DESC=	Allow anonymous user to rename file
49
ANONRENAME_DESC=	Allow anonymous user to rename file
50
ANONDELETE_DESC=	Allow anonymous user to delete file
50
ANONDELETE_DESC=	Allow anonymous user to delete file
51
CERTFILE_DESC=	Change default cert file location
51
52
52
.include <bsd.port.options.mk>
53
.include <bsd.port.options.mk>

Return to bug 176614