diff options
-rw-r--r-- | net/samba/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 19d3942ed1fc..868fd2fdc724 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -49,6 +49,18 @@ CONFIGURE_ARGS+= --with-syslog CONFIGURE_ARGS+= --with-ssl --with-sslinc=/usr/include/openssl --with-ssllib=/usr/lib .endif +.if defined(WITH_QUOTAS) +CONFIGURE_ARGS+= --with-quotas +.endif + +.if defined(WITH_UTMP) +CONFIGURE_ARGS+= --with-utmp +.endif + +.if defined(WITH_MSDFS) +CONFIGURE_ARGS+= --with-msdfs +.endif + .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--with-ldapsam |