diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile index 215c68482f0c6..783953f61fc66 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