mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
net-mgmt/seafile-server: Added LDAP support option default on.
This commit is contained in:
parent
337cfe3217
commit
2a4e9c2d22
@ -2,6 +2,7 @@ PORTNAME= seafile-server
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= ${SEAFILE_VER}
|
||||
DISTVERSIONSUFFIX= -server
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= ultima@FreeBSD.org
|
||||
@ -48,8 +49,8 @@ SUB_FILES= pkg-message
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= FUSE NLS
|
||||
OPTIONS_DEFAULT= FUSE
|
||||
OPTIONS_DEFINE= FUSE LDAP NLS
|
||||
OPTIONS_DEFAULT= FUSE LDAP
|
||||
OPTIONS_EXCLUDE_DragonFly= FUSE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -58,6 +59,9 @@ FUSE_DESC= Use file system in userspace
|
||||
FUSE_CONFIGURE_ENABLE= fuse
|
||||
FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs
|
||||
|
||||
LDAP_CONFIGURE_ENABLE= ldap
|
||||
LDAP_USE= openldap=yes
|
||||
|
||||
NLS_USES= gettext
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user