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