aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2021-05-09 21:23:47 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2021-05-09 21:23:47 +0000
commit2a4e9c2d22514f5df2896d9e56455a376f359370 (patch)
tree5311fefa368a430cbeef52892b911cb47ccdea83
parent337cfe32171b865873bb55ab2ae0127c25e79c3d (diff)
downloadports-2a4e9c2d22514f5df2896d9e56455a376f359370.tar.gz
ports-2a4e9c2d22514f5df2896d9e56455a376f359370.zip
net-mgmt/seafile-server: Added LDAP support option default on.
-rw-r--r--net-mgmt/seafile-server/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile
index 215c68482f0c..783953f61fc6 100644
--- a/net-mgmt/seafile-server/Makefile
+++ b/net-mgmt/seafile-server/Makefile
@@ -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>