Skip to content

Commit

Permalink
net-mgmt/seafile-server: Added LDAP support option default on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed May 9, 2021
1 parent 337cfe3 commit 2a4e9c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions net-mgmt/seafile-server/Makefile
Expand Up @@ -2,6 +2,7 @@ PORTNAME= seafile-server
DISTVERSIONPREFIX= v
DISTVERSION= ${SEAFILE_VER}
DISTVERSIONSUFFIX= -server
PORTREVISION= 1
CATEGORIES= net-mgmt

MAINTAINER= ultima@FreeBSD.org
Expand Down Expand Up @@ -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

Expand All @@ -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>
Expand Down

0 comments on commit 2a4e9c2

Please sign in to comment.